Html Css Color HEX #C942DF Medium Orchid

📋 copy color: '#C942DF'

red 201 ◦ green 66 ◦ blue 223

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

Shades of Medium Orchid #C942DF

Tints of Medium Orchid #C942DF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.47%

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

R = 41.02%
G = 13.47%
B = 45.51%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C942DF (or 0xC942DF) is known color: Medium Orchid. HEX triplet: C9, 42 and DF. RGB value is (201,66,223). Sum of RGB (Red+Green+Blue) = 201+66+223=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #C942DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942DF is #36BD20. Grayscale: #7B7B7B. Windows color (decimal): -3587361 or 14631625. OLE color: 14631625.

HSL color Cylindrical-coordinate representation of color #C942DF: hue angle of 291.59º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C942DF is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 66 223 -
CMYK 0.10 0.70 0 0.13
HSL 291.59º 0.71% 0.57% -
HSV(B) 291.59º 0.7% 0.87% -
XYZ 39.35 21.64 71.92 -
YUV 124.26 183.73 182.73 -
System Red Green Blue C M Y K H S L
Decimal 201 66 223 0.10 0.70 0 0.13 291.59 0.71 0.57
Hex C9 42 DF A 46 0 D 124 47 39
Octal 311 102 337 12 106 0 15 444 107 71
Binary 11001001 1000010 11011111 1010 1000110 0 1101 100100100 1000111 111001

Color Harmonies of #C942DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942DF

Black with #C942DF

Text Example


Text Example

White with #C942DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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