Shades of Medium Orchid #C059D0
Tints of Medium Orchid #C059D0
RGB
CMYK
RGB Variations
Color information
#C059D0 (or 0xC059D0) is known color: Medium Orchid. HEX triplet: C0, 59 and D0. RGB value is (192,89,208). Sum of RGB (Red+Green+Blue) = 192+89+208=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #C059D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059D0 is #3FA62F. Grayscale: #848484. Windows color (decimal): -4171312 or 13654464. OLE color: 13654464.
HSL color Cylindrical-coordinate representation of color #C059D0: hue angle of 291.93º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C059D0 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 192 | 89 | 208 | - |
CMYK | 0.08 | 0.57 | 0 | 0.18 |
HSL | 291.93º | 0.56% | 0.58% | - |
HSV(B) | 291.93º | 0.57% | 0.82% | - |
XYZ | 36.7 | 22.91 | 62.16 | - |
YUV | 133.36 | 170.12 | 169.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 89 | 208 | 0.08 | 0.57 | 0 | 0.18 | 291.93 | 0.56 | 0.58 |
Hex | C0 | 59 | D0 | 8 | 39 | 0 | 12 | 124 | 38 | 3A |
Octal | 300 | 131 | 320 | 10 | 71 | 0 | 22 | 444 | 70 | 72 |
Binary | 11000000 | 1011001 | 11010000 | 1000 | 111001 | 0 | 10010 | 100100100 | 111000 | 111010 |
Color Harmonies of #C059D0
Complementary color
Monochromatic Colors of #C059D0
Black with #C059D0
Text Example
Text Example
White with #C059D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059D0; }
p { color: rgb(192,89,208); }
H1.HeaderClassName
{
color: #C059D0;
}
.AnyTagClassName
{
color: #C059D0;
}
</style>
background-color css
<style>
a { background-color: #C059D0; }
a { background-color: rgb(192,89,208); }
div.DivClassName
{
background-color: #C059D0;
}
.BgClassName
{
background-color: #C059D0;
}
</style>
border-color css
<style>
span { border-color: #C059D0; }
span { border-color: rgb(192,89,208); }
td.TdClassName
{
border-color: #C059D0;
}
.TagClassName
{
border-color: #C059D0;
}
</style>