Shades of Medium Orchid #C059CF
Tints of Medium Orchid #C059CF
RGB
CMYK
RGB Variations
Color information
#C059CF (or 0xC059CF) is known color: Medium Orchid. HEX triplet: C0, 59 and CF. RGB value is (192,89,207). Sum of RGB (Red+Green+Blue) = 192+89+207=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #C059CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059CF is #3FA630. Grayscale: #848484. Windows color (decimal): -4171313 or 13588928. OLE color: 13588928.
HSL color Cylindrical-coordinate representation of color #C059CF: hue angle of 292.37º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C059CF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 89 | 207 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.19 |
| HSL | 292.37º | 0.55% | 0.58% | - |
| HSV(B) | 292.37º | 0.57% | 0.81% | - |
| XYZ | 36.57 | 22.86 | 61.52 | - |
| YUV | 133.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 207 | 0.07 | 0.57 | 0 | 0.19 | 292.37 | 0.55 | 0.58 |
| Hex | C0 | 59 | CF | 7 | 39 | 0 | 13 | 124 | 37 | 3A |
| Octal | 300 | 131 | 317 | 7 | 71 | 0 | 23 | 444 | 67 | 72 |
| Binary | 11000000 | 1011001 | 11001111 | 111 | 111001 | 0 | 10011 | 100100100 | 110111 | 111010 |
Color Harmonies of #C059CF
Complementary color
Monochromatic Colors of #C059CF
Black with #C059CF
Text Example
Text Example
White with #C059CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059CF; }
p { color: rgb(192,89,207); }
H1.HeaderClassName
{
color: #C059CF;
}
.AnyTagClassName
{
color: #C059CF;
}
</style>
background-color css
<style>
a { background-color: #C059CF; }
a { background-color: rgb(192,89,207); }
div.DivClassName
{
background-color: #C059CF;
}
.BgClassName
{
background-color: #C059CF;
}
</style>
border-color css
<style>
span { border-color: #C059CF; }
span { border-color: rgb(192,89,207); }
td.TdClassName
{
border-color: #C059CF;
}
.TagClassName
{
border-color: #C059CF;
}
</style>