Html Css Color HEX #C942DE Medium Orchid

📋 copy color: '#C942DE'

red 201 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #C942DE

Tints of Medium Orchid #C942DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 41.1%
G = 13.5%
B = 45.4%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C942DE (or 0xC942DE) is known color: Medium Orchid. HEX triplet: C9, 42 and DE. RGB value is (201,66,222). Sum of RGB (Red+Green+Blue) = 201+66+222=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #C942DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942DE is #36BD21. Grayscale: #7B7B7B. Windows color (decimal): -3587362 or 14566089. OLE color: 14566089.

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

Color convert

RGB 201 66 222 -
CMYK 0.09 0.70 0 0.13
HSL 291.92º 0.7% 0.56% -
HSV(B) 291.92º 0.7% 0.87% -
XYZ 39.22 21.59 71.21 -
YUV 124.15 183.23 182.82 -
System Red Green Blue C M Y K H S L
Decimal 201 66 222 0.09 0.70 0 0.13 291.92 0.7 0.56
Hex C9 42 DE 9 46 0 D 124 46 38
Octal 311 102 336 11 106 0 15 444 106 70
Binary 11001001 1000010 11011110 1001 1000110 0 1101 100100100 1000110 111000

Color Harmonies of #C942DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942DE

Black with #C942DE

Text Example


Text Example

White with #C942DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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