Html Css Color HEX #C942DC Medium Orchid

📋 copy color: '#C942DC'

red 201 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #C942DC

Tints of Medium Orchid #C942DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 41.27%
G = 13.55%
B = 45.17%

CMYK

 C value IS 0.09

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C942DC (or 0xC942DC) is known color: Medium Orchid. HEX triplet: C9, 42 and DC. RGB value is (201,66,220). Sum of RGB (Red+Green+Blue) = 201+66+220=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #C942DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942DC is #36BD23. Grayscale: #7B7B7B. Windows color (decimal): -3587364 or 14435017. OLE color: 14435017.

HSL color Cylindrical-coordinate representation of color #C942DC: hue angle of 292.6º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C942DC is Cyan = 0.09, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 66 220 -
CMYK 0.09 0.7 0 0.14
HSL 292.6º 0.69% 0.56% -
HSV(B) 292.6º 0.7% 0.86% -
XYZ 38.95 21.48 69.8 -
YUV 123.92 182.23 182.98 -
System Red Green Blue C M Y K H S L
Decimal 201 66 220 0.09 0.7 0 0.14 292.6 0.69 0.56
Hex C9 42 DC 9 46 0 E 125 45 38
Octal 311 102 334 11 106 0 16 445 105 70
Binary 11001001 1000010 11011100 1001 1000110 0 1110 100100101 1000101 111000

Color Harmonies of #C942DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942DC

Black with #C942DC

Text Example


Text Example

White with #C942DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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