Html Css Color HEX #C942DB Medium Orchid

📋 copy color: '#C942DB'

red 201 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #C942DB

Tints of Medium Orchid #C942DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 41.36%
G = 13.58%
B = 45.06%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C942DB (or 0xC942DB) is known color: Medium Orchid. HEX triplet: C9, 42 and DB. RGB value is (201,66,219). Sum of RGB (Red+Green+Blue) = 201+66+219=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #C942DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942DB is #36BD24. Grayscale: #7B7B7B. Windows color (decimal): -3587365 or 14369481. OLE color: 14369481.

HSL color Cylindrical-coordinate representation of color #C942DB: hue angle of 292.94º degrees, saturation: 0.68, 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 #C942DB is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 66 219 -
CMYK 0.08 0.70 0 0.14
HSL 292.94º 0.68% 0.56% -
HSV(B) 292.94º 0.7% 0.86% -
XYZ 38.82 21.43 69.11 -
YUV 123.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 201 66 219 0.08 0.70 0 0.14 292.94 0.68 0.56
Hex C9 42 DB 8 46 0 E 125 44 38
Octal 311 102 333 10 106 0 16 445 104 70
Binary 11001001 1000010 11011011 1000 1000110 0 1110 100100101 1000100 111000

Color Harmonies of #C942DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942DB

Black with #C942DB

Text Example


Text Example

White with #C942DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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