Shades of Medium Orchid #C059CC
Tints of Medium Orchid #C059CC
RGB
CMYK
RGB Variations
Color information
#C059CC (or 0xC059CC) is known color: 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
| RGB | 192 | 89 | 204 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.2 |
| HSL | 293.74º | 0.53% | 0.57% | - |
| HSV(B) | 293.74º | 0.56% | 0.8% | - |
| XYZ | 36.21 | 22.71 | 59.6 | - |
| YUV | 132.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 204 | 0.06 | 0.56 | 0 | 0.2 | 293.74 | 0.53 | 0.57 |
| Hex | C0 | 59 | CC | 6 | 38 | 0 | 14 | 126 | 35 | 39 |
| Octal | 300 | 131 | 314 | 6 | 70 | 0 | 24 | 446 | 65 | 71 |
| Binary | 11000000 | 1011001 | 11001100 | 110 | 111000 | 0 | 10100 | 100100110 | 110101 | 111001 |
Color Harmonies of #C059CC
Complementary color
Monochromatic Colors of #C059CC
Black with #C059CC
Text Example
Text Example
White with #C059CC
Text Example
Text Example
HTML Codes & Css Web 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>