Shades of Medium Orchid #CC60D6
Tints of Medium Orchid #CC60D6
RGB
CMYK
RGB Variations
Color information
#CC60D6 (or 0xCC60D6) is known color: Medium Orchid. HEX triplet: CC, 60 and D6. RGB value is (204,96,214). Sum of RGB (Red+Green+Blue) = 204+96+214=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC60D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60D6 is #339F29. Grayscale: #8D8D8D. Windows color (decimal): -3383082 or 14049484. OLE color: 14049484.
HSL color Cylindrical-coordinate representation of color #CC60D6: hue angle of 294.92º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC60D6 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 96 | 214 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.16 |
| HSL | 294.92º | 0.59% | 0.61% | - |
| HSV(B) | 294.92º | 0.55% | 0.84% | - |
| XYZ | 41.22 | 26.06 | 66.48 | - |
| YUV | 141.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 214 | 0.05 | 0.55 | 0 | 0.16 | 294.92 | 0.59 | 0.61 |
| Hex | CC | 60 | D6 | 5 | 37 | 0 | 10 | 127 | 3B | 3D |
| Octal | 314 | 140 | 326 | 5 | 67 | 0 | 20 | 447 | 73 | 75 |
| Binary | 11001100 | 1100000 | 11010110 | 101 | 110111 | 0 | 10000 | 100100111 | 111011 | 111101 |
Color Harmonies of #CC60D6
Complementary color
Monochromatic Colors of #CC60D6
Black with #CC60D6
Text Example
Text Example
White with #CC60D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60D6; }
p { color: rgb(204,96,214); }
H1.HeaderClassName
{
color: #CC60D6;
}
.AnyTagClassName
{
color: #CC60D6;
}
</style>
background-color css
<style>
a { background-color: #CC60D6; }
a { background-color: rgb(204,96,214); }
div.DivClassName
{
background-color: #CC60D6;
}
.BgClassName
{
background-color: #CC60D6;
}
</style>
border-color css
<style>
span { border-color: #CC60D6; }
span { border-color: rgb(204,96,214); }
td.TdClassName
{
border-color: #CC60D6;
}
.TagClassName
{
border-color: #CC60D6;
}
</style>