Shades of Medium Orchid #CC60D9
Tints of Medium Orchid #CC60D9
RGB
CMYK
RGB Variations
Color information
#CC60D9 (or 0xCC60D9) is known color: Medium Orchid. HEX triplet: CC, 60 and D9. RGB value is (204,96,217). Sum of RGB (Red+Green+Blue) = 204+96+217=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC60D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60D9 is #339F26. Grayscale: #8D8D8D. Windows color (decimal): -3383079 or 14246092. OLE color: 14246092.
HSL color Cylindrical-coordinate representation of color #CC60D9: hue angle of 293.55º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC60D9 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 96 | 217 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.15 |
| HSL | 293.55º | 0.61% | 0.61% | - |
| HSV(B) | 293.55º | 0.56% | 0.85% | - |
| XYZ | 41.61 | 26.21 | 68.51 | - |
| YUV | 142.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 217 | 0.06 | 0.56 | 0 | 0.15 | 293.55 | 0.61 | 0.61 |
| Hex | CC | 60 | D9 | 6 | 38 | 0 | F | 126 | 3D | 3D |
| Octal | 314 | 140 | 331 | 6 | 70 | 0 | 17 | 446 | 75 | 75 |
| Binary | 11001100 | 1100000 | 11011001 | 110 | 111000 | 0 | 1111 | 100100110 | 111101 | 111101 |
Color Harmonies of #CC60D9
Complementary color
Monochromatic Colors of #CC60D9
Black with #CC60D9
Text Example
Text Example
White with #CC60D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60D9; }
p { color: rgb(204,96,217); }
H1.HeaderClassName
{
color: #CC60D9;
}
.AnyTagClassName
{
color: #CC60D9;
}
</style>
background-color css
<style>
a { background-color: #CC60D9; }
a { background-color: rgb(204,96,217); }
div.DivClassName
{
background-color: #CC60D9;
}
.BgClassName
{
background-color: #CC60D9;
}
</style>
border-color css
<style>
span { border-color: #CC60D9; }
span { border-color: rgb(204,96,217); }
td.TdClassName
{
border-color: #CC60D9;
}
.TagClassName
{
border-color: #CC60D9;
}
</style>