Html Css Color HEX #C042DF Medium Orchid

📋 copy color: '#C042DF'

red 192 ◦ green 66 ◦ blue 223

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

Shades of Medium Orchid #C042DF

Tints of Medium Orchid #C042DF

RGB

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

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

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

R = 39.92%
G = 13.72%
B = 46.36%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C042DF (or 0xC042DF) is known color: Medium Orchid. HEX triplet: C0, 42 and DF. RGB value is (192,66,223). Sum of RGB (Red+Green+Blue) = 192+66+223=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #C042DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042DF is #3FBD20. Grayscale: #797979. Windows color (decimal): -4177185 or 14631616. OLE color: 14631616.

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

Color convert

RGB 192 66 223 -
CMYK 0.14 0.70 0 0.13
HSL 288.15º 0.71% 0.57% -
HSV(B) 288.15º 0.7% 0.87% -
XYZ 37.01 20.43 71.81 -
YUV 121.57 185.24 178.23 -
System Red Green Blue C M Y K H S L
Decimal 192 66 223 0.14 0.70 0 0.13 288.15 0.71 0.57
Hex C0 42 DF E 46 0 D 120 47 39
Octal 300 102 337 16 106 0 15 440 107 71
Binary 11000000 1000010 11011111 1110 1000110 0 1101 100100000 1000111 111001

Color Harmonies of #C042DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042DF

Black with #C042DF

Text Example


Text Example

White with #C042DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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