#C042D9

Color #C042D9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C042D9

Tints of Medium Orchid #C042D9

Color information

#C042D9 (or 0xC042D9) is unknown color: approx Medium Orchid. HEX triplet: C0, 42 and D9. RGB value is (192,66,217). Sum of RGB (Red+Green+Blue) = 192+66+217=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #C042D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042D9 is #3FBD26. Grayscale: #787878. Windows color (decimal): -4177191 or 14238400. OLE color: 14238400.

HSL color Cylindrical-coordinate representation of color #C042D9: hue angle of 290.07º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C042D9 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19266217-
CMYK0.120.7000.15
HSL290.07º66.52%55.49%-
HSV(B)290.07º69.59%85.1%-
XYZ36.2120.1167.62-
YUV120.89182.24178.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 66 (26.17% from 255) = 13.89%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=40.42%
G=13.89%
B=45.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192662170.120.7000.15290.0766.5255.49
HexC042D9C460F1224337
Octal3001023311410601744210367
Binary1100000010000101101100111001000110011111001000101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C042D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C042D9; }

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

 H1.HeaderClassName
 {
   color: #C042D9;
 }
 .AnyTagClassName
 {
   color: #C042D9;
 }
</style>
background-color css

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

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

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

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

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

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