Shades of Medium Orchid #CC60DD
Tints of Medium Orchid #CC60DD
RGB
CMYK
RGB Variations
Color information
#CC60DD (or 0xCC60DD) is known color: Medium Orchid. HEX triplet: CC, 60 and DD. RGB value is (204,96,221). Sum of RGB (Red+Green+Blue) = 204+96+221=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60DD is #339F22. Grayscale: #8E8E8E. Windows color (decimal): -3383075 or 14508236. OLE color: 14508236.
HSL color Cylindrical-coordinate representation of color #CC60DD: hue angle of 291.84º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC60DD is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 96 | 221 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.13 |
| HSL | 291.84º | 0.65% | 0.62% | - |
| HSV(B) | 291.84º | 0.57% | 0.87% | - |
| XYZ | 42.14 | 26.42 | 71.29 | - |
| YUV | 142.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 221 | 0.08 | 0.57 | 0 | 0.13 | 291.84 | 0.65 | 0.62 |
| Hex | CC | 60 | DD | 8 | 39 | 0 | D | 124 | 41 | 3E |
| Octal | 314 | 140 | 335 | 10 | 71 | 0 | 15 | 444 | 101 | 76 |
| Binary | 11001100 | 1100000 | 11011101 | 1000 | 111001 | 0 | 1101 | 100100100 | 1000001 | 111110 |
Color Harmonies of #CC60DD
Complementary color
Monochromatic Colors of #CC60DD
Black with #CC60DD
Text Example
Text Example
White with #CC60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60DD; }
p { color: rgb(204,96,221); }
H1.HeaderClassName
{
color: #CC60DD;
}
.AnyTagClassName
{
color: #CC60DD;
}
</style>
background-color css
<style>
a { background-color: #CC60DD; }
a { background-color: rgb(204,96,221); }
div.DivClassName
{
background-color: #CC60DD;
}
.BgClassName
{
background-color: #CC60DD;
}
</style>
border-color css
<style>
span { border-color: #CC60DD; }
span { border-color: rgb(204,96,221); }
td.TdClassName
{
border-color: #CC60DD;
}
.TagClassName
{
border-color: #CC60DD;
}
</style>