#C059D8

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

Shades of Medium Orchid #C059D8

Tints of Medium Orchid #C059D8

Color information

#C059D8 (or 0xC059D8) is unknown color: approx Medium Orchid. HEX triplet: C0, 59 and D8. RGB value is (192,89,216). Sum of RGB (Red+Green+Blue) = 192+89+216=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #C059D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059D8 is #3FA627. Grayscale: #858585. Windows color (decimal): -4171304 or 14178752. OLE color: 14178752.

HSL color Cylindrical-coordinate representation of color #C059D8: hue angle of 288.66º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C059D8 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19289216-
CMYK0.110.5900.15
HSL288.66º61.95%59.8%-
HSV(B)288.66º58.8%84.71%-
XYZ37.7123.3167.48-
YUV134.28174.12169.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 89 (35.16% from 255) = 17.91%
BLUE value IS 216 (84.77% from 255) = 43.46%
R=38.63%
G=17.91%
B=43.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192892160.110.5900.15288.6661.9559.8
HexC059D8B3B0F1213e3c
Octal30013133013730174417674
Binary11000000101100111011000101111101101111100100001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C059D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C059D8; }

 p { color: rgb(192,89,216); }

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

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

 a { background-color: rgb(192,89,216); }

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

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

 span { border-color: rgb(192,89,216); }

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