Shades of Medium Orchid #CC59DA
Tints of Medium Orchid #CC59DA
RGB
CMYK
RGB Variations
Color information
#CC59DA (or 0xCC59DA) is known color: Medium Orchid. HEX triplet: CC, 59 and DA. RGB value is (204,89,218). Sum of RGB (Red+Green+Blue) = 204+89+218=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC59DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59DA is #33A625. Grayscale: #898989. Windows color (decimal): -3384870 or 14309836. OLE color: 14309836.
HSL color Cylindrical-coordinate representation of color #CC59DA: hue angle of 293.49º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC59DA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 89 | 218 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.15 |
| HSL | 293.49º | 0.64% | 0.6% | - |
| HSV(B) | 293.49º | 0.59% | 0.85% | - |
| XYZ | 41.13 | 25.04 | 69 | - |
| YUV | 138.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 218 | 0.06 | 0.59 | 0 | 0.15 | 293.49 | 0.64 | 0.6 |
| Hex | CC | 59 | DA | 6 | 3B | 0 | F | 125 | 40 | 3C |
| Octal | 314 | 131 | 332 | 6 | 73 | 0 | 17 | 445 | 100 | 74 |
| Binary | 11001100 | 1011001 | 11011010 | 110 | 111011 | 0 | 1111 | 100100101 | 1000000 | 111100 |
Color Harmonies of #CC59DA
Complementary color
Monochromatic Colors of #CC59DA
Black with #CC59DA
Text Example
Text Example
White with #CC59DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59DA; }
p { color: rgb(204,89,218); }
H1.HeaderClassName
{
color: #CC59DA;
}
.AnyTagClassName
{
color: #CC59DA;
}
</style>
background-color css
<style>
a { background-color: #CC59DA; }
a { background-color: rgb(204,89,218); }
div.DivClassName
{
background-color: #CC59DA;
}
.BgClassName
{
background-color: #CC59DA;
}
</style>
border-color css
<style>
span { border-color: #CC59DA; }
span { border-color: rgb(204,89,218); }
td.TdClassName
{
border-color: #CC59DA;
}
.TagClassName
{
border-color: #CC59DA;
}
</style>