#C059F2

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

Shades of Medium Orchid #C059F2

Tints of Medium Orchid #C059F2

Color information

#C059F2 (or 0xC059F2) is unknown color: approx Medium Orchid. HEX triplet: C0, 59 and F2. RGB value is (192,89,242). Sum of RGB (Red+Green+Blue) = 192+89+242=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #C059F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059F2 is #3FA60D. Grayscale: #888888. Windows color (decimal): -4171278 or 15882688. OLE color: 15882688.

HSL color Cylindrical-coordinate representation of color #C059F2: hue angle of 280.39º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C059F2 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19289242-
CMYK0.210.6300.05
HSL280.39º85.47%64.9%-
HSV(B)280.39º63.22%94.9%-
XYZ41.3424.7686.61-
YUV137.24187.12167.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 89 (35.16% from 255) = 17.02%
BLUE value IS 242 (94.92% from 255) = 46.27%
R=36.71%
G=17.02%
B=46.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192892420.210.6300.05280.3985.4764.9
HexC059F2153F051185541
Octal300131362257705430125101
Binary1100000010110011111001010101111111010110001100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C059F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C059F2; }

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

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

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

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

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

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

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

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