#C059CC

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

Shades of Medium Orchid #C059CC

Tints of Medium Orchid #C059CC

Color information

#C059CC (or 0xC059CC) is unknown color: approx Medium Orchid. HEX triplet: C0, 59 and CC. RGB value is (192,89,204). Sum of RGB (Red+Green+Blue) = 192+89+204=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #C059CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059CC is #3FA633. Grayscale: #848484. Windows color (decimal): -4171316 or 13392320. OLE color: 13392320.

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

Color convert

RGB19289204-
CMYK0.060.5600.2
HSL293.74º53%57.45%-
HSV(B)293.74º56.37%80%-
XYZ36.2122.7159.6-
YUV132.91168.12170.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 89 (35.16% from 255) = 18.35%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=39.59%
G=18.35%
B=42.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192892040.060.5600.2293.745357.45
HexC059CC6380141263539
Octal3001313146700244466571
Binary11000000101100111001100110111000010100100100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C059CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C059CC; }

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

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

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

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

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

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

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

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