Html Css Color HEX #C938DF Medium Orchid

📋 copy color: '#C938DF'

red 201 ◦ green 56 ◦ blue 223

#C938DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C938DF

Tints of Medium Orchid #C938DF

RGB

 RED value IS 201 (78.91% from 255) = 41.88%

 GREEN value IS 56 (22.27% from 255) = 11.67%

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 41.88%
G = 11.67%
B = 46.46%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C938DF (or 0xC938DF) is known color: Medium Orchid. HEX triplet: C9, 38 and DF. RGB value is (201,56,223). Sum of RGB (Red+Green+Blue) = 201+56+223=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #C938DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938DF is #36C720. Grayscale: #757575. Windows color (decimal): -3589921 or 14629065. OLE color: 14629065.

HSL color Cylindrical-coordinate representation of color #C938DF: hue angle of 292.1º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C938DF is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 56 223 -
CMYK 0.10 0.75 0 0.13
HSL 292.1º 0.72% 0.55% -
HSV(B) 292.1º 0.75% 0.87% -
XYZ 38.82 20.57 71.74 -
YUV 118.39 187.04 186.92 -
System Red Green Blue C M Y K H S L
Decimal 201 56 223 0.10 0.75 0 0.13 292.1 0.72 0.55
Hex C9 38 DF A 4B 0 D 124 48 37
Octal 311 70 337 12 113 0 15 444 110 67
Binary 11001001 111000 11011111 1010 1001011 0 1101 100100100 1001000 110111

Color Harmonies of #C938DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C938DF

Black with #C938DF

Text Example


Text Example

White with #C938DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C938DF; }

 p { color: rgb(201,56,223); }

 H1.HeaderClassName
 {
   color: #C938DF;
 }
 .AnyTagClassName
 {
   color: #C938DF;
 }
</style>

background-color css

<style>
 a { background-color: #C938DF; }

 a { background-color: rgb(201,56,223); }

 div.DivClassName
 {
   background-color: #C938DF;
 }
 .BgClassName
 {
   background-color: #C938DF;
 }
</style>

border-color css

<style>
 span { border-color: #C938DF; }

 span { border-color: rgb(201,56,223); }

 td.TdClassName
 {
   border-color: #C938DF;
 }
 .TagClassName
 {
   border-color: #C938DF;
 }
</style>