Html Css Color HEX #C042DC Medium Orchid

📋 copy color: '#C042DC'

red 192 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #C042DC

Tints of Medium Orchid #C042DC

RGB

 RED value IS 192 (75.39% from 255) = 40.17%

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

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

R = 40.17%
G = 13.81%
B = 46.03%

CMYK

 C value IS 0.13

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C042DC (or 0xC042DC) is known color: Medium Orchid. HEX triplet: C0, 42 and DC. RGB value is (192,66,220). Sum of RGB (Red+Green+Blue) = 192+66+220=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #C042DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042DC is #3FBD23. Grayscale: #787878. Windows color (decimal): -4177188 or 14435008. OLE color: 14435008.

HSL color Cylindrical-coordinate representation of color #C042DC: hue angle of 289.09º 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 #C042DC is Cyan = 0.13, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 66 220 -
CMYK 0.13 0.7 0 0.14
HSL 289.09º 0.69% 0.56% -
HSV(B) 289.09º 0.7% 0.86% -
XYZ 36.6 20.27 69.69 -
YUV 121.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 192 66 220 0.13 0.7 0 0.14 289.09 0.69 0.56
Hex C0 42 DC D 46 0 E 121 45 38
Octal 300 102 334 15 106 0 16 441 105 70
Binary 11000000 1000010 11011100 1101 1000110 0 1110 100100001 1000101 111000

Color Harmonies of #C042DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042DC

Black with #C042DC

Text Example


Text Example

White with #C042DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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