#C042CD

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

Shades of Medium Orchid #C042CD

Tints of Medium Orchid #C042CD

Color information

#C042CD (or 0xC042CD) is unknown color: approx Medium Orchid. HEX triplet: C0, 42 and CD. RGB value is (192,66,205). Sum of RGB (Red+Green+Blue) = 192+66+205=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #C042CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042CD is #3FBD32. Grayscale: #777777. Windows color (decimal): -4177203 or 13451968. OLE color: 13451968.

HSL color Cylindrical-coordinate representation of color #C042CD: hue angle of 294.39º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C042CD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19266205-
CMYK0.060.6800.20
HSL294.39º58.16%53.14%-
HSV(B)294.39º67.8%80.39%-
XYZ34.7119.5159.69-
YUV119.52176.24179.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 66 (26.17% from 255) = 14.25%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=41.47%
G=14.25%
B=44.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192662050.060.6800.20294.3958.1653.14
HexC042CD6440141263a35
Octal30010231561040244467265
Binary110000001000010110011011101000100010100100100110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C042CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C042CD; }

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

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

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

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

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

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

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

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