#C039D0

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

Shades of Medium Orchid #C039D0

Tints of Medium Orchid #C039D0

Color information

#C039D0 (or 0xC039D0) is unknown color: approx Medium Orchid. HEX triplet: C0, 39 and D0. RGB value is (192,57,208). Sum of RGB (Red+Green+Blue) = 192+57+208=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #C039D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039D0 is #3FC62F. Grayscale: #727272. Windows color (decimal): -4179504 or 13646272. OLE color: 13646272.

HSL color Cylindrical-coordinate representation of color #C039D0: hue angle of 293.64º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C039D0 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19257208-
CMYK0.080.7300.18
HSL293.64º61.63%51.96%-
HSV(B)293.64º72.6%81.57%-
XYZ34.5918.6961.46-
YUV114.58180.73183.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 57 (22.66% from 255) = 12.47%
BLUE value IS 208 (81.64% from 255) = 45.51%
R=42.01%
G=12.47%
B=45.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192572080.080.7300.18293.6461.6351.96
HexC039D08490121263e34
Octal30071320101110224467664
Binary110000001110011101000010001001001010010100100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C039D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C039D0; }

 p { color: rgb(192,57,208); }

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

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

 a { background-color: rgb(192,57,208); }

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

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

 span { border-color: rgb(192,57,208); }

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