#C059F9

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

Shades of Medium Orchid #C059F9

Tints of Medium Orchid #C059F9

Color information

#C059F9 (or 0xC059F9) is unknown color: approx Medium Orchid. HEX triplet: C0, 59 and F9. RGB value is (192,89,249). Sum of RGB (Red+Green+Blue) = 192+89+249=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #C059F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059F9 is #3FA606. Grayscale: #898989. Windows color (decimal): -4171271 or 16341440. OLE color: 16341440.

HSL color Cylindrical-coordinate representation of color #C059F9: hue angle of 278.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C059F9 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19289249-
CMYK0.230.6400.02
HSL278.62º93.02%66.27%-
HSV(B)278.62º64.26%97.65%-
XYZ42.4125.1992.25-
YUV138.04190.62166.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 89 (35.16% from 255) = 16.79%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=36.23%
G=16.79%
B=46.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192892490.230.6400.02278.6293.0266.27
HexC059F91740021175d42
Octal3001313712710002427135102
Binary1100000010110011111100110111100000001010001011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C059F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C059F9; }

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

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

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

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

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

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

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

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