Shades of Medium Orchid #CC60DA
Tints of Medium Orchid #CC60DA
RGB
CMYK
RGB Variations
Color information
#CC60DA (or 0xCC60DA) is known color: Medium Orchid. HEX triplet: CC, 60 and DA. RGB value is (204,96,218). Sum of RGB (Red+Green+Blue) = 204+96+218=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC60DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60DA is #339F25. Grayscale: #8D8D8D. Windows color (decimal): -3383078 or 14311628. OLE color: 14311628.
HSL color Cylindrical-coordinate representation of color #CC60DA: hue angle of 293.11º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC60DA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 96 | 218 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.15 |
| HSL | 293.11º | 0.62% | 0.62% | - |
| HSV(B) | 293.11º | 0.56% | 0.85% | - |
| XYZ | 41.74 | 26.27 | 69.2 | - |
| YUV | 142.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 218 | 0.06 | 0.56 | 0 | 0.15 | 293.11 | 0.62 | 0.62 |
| Hex | CC | 60 | DA | 6 | 38 | 0 | F | 125 | 3E | 3E |
| Octal | 314 | 140 | 332 | 6 | 70 | 0 | 17 | 445 | 76 | 76 |
| Binary | 11001100 | 1100000 | 11011010 | 110 | 111000 | 0 | 1111 | 100100101 | 111110 | 111110 |
Color Harmonies of #CC60DA
Complementary color
Monochromatic Colors of #CC60DA
Black with #CC60DA
Text Example
Text Example
White with #CC60DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60DA; }
p { color: rgb(204,96,218); }
H1.HeaderClassName
{
color: #CC60DA;
}
.AnyTagClassName
{
color: #CC60DA;
}
</style>
background-color css
<style>
a { background-color: #CC60DA; }
a { background-color: rgb(204,96,218); }
div.DivClassName
{
background-color: #CC60DA;
}
.BgClassName
{
background-color: #CC60DA;
}
</style>
border-color css
<style>
span { border-color: #CC60DA; }
span { border-color: rgb(204,96,218); }
td.TdClassName
{
border-color: #CC60DA;
}
.TagClassName
{
border-color: #CC60DA;
}
</style>