Shades of Orchid #CC60D1
Tints of Orchid #CC60D1
RGB
CMYK
RGB Variations
Color information
#CC60D1 (or 0xCC60D1) is known color: Orchid. HEX triplet: CC, 60 and D1. RGB value is (204,96,209). Sum of RGB (Red+Green+Blue) = 204+96+209=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC60D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60D1 is #339F2E. Grayscale: #8C8C8C. Windows color (decimal): -3383087 or 13721804. OLE color: 13721804.
HSL color Cylindrical-coordinate representation of color #CC60D1: hue angle of 297.35º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC60D1 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 96 | 209 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.18 |
| HSL | 297.35º | 0.55% | 0.6% | - |
| HSV(B) | 297.35º | 0.54% | 0.82% | - |
| XYZ | 40.59 | 25.81 | 63.16 | - |
| YUV | 141.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 209 | 0.02 | 0.54 | 0 | 0.18 | 297.35 | 0.55 | 0.6 |
| Hex | CC | 60 | D1 | 2 | 36 | 0 | 12 | 129 | 37 | 3C |
| Octal | 314 | 140 | 321 | 2 | 66 | 0 | 22 | 451 | 67 | 74 |
| Binary | 11001100 | 1100000 | 11010001 | 10 | 110110 | 0 | 10010 | 100101001 | 110111 | 111100 |
Color Harmonies of #CC60D1
Complementary color
Monochromatic Colors of #CC60D1
Black with #CC60D1
Text Example
Text Example
White with #CC60D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60D1; }
p { color: rgb(204,96,209); }
H1.HeaderClassName
{
color: #CC60D1;
}
.AnyTagClassName
{
color: #CC60D1;
}
</style>
background-color css
<style>
a { background-color: #CC60D1; }
a { background-color: rgb(204,96,209); }
div.DivClassName
{
background-color: #CC60D1;
}
.BgClassName
{
background-color: #CC60D1;
}
</style>
border-color css
<style>
span { border-color: #CC60D1; }
span { border-color: rgb(204,96,209); }
td.TdClassName
{
border-color: #CC60D1;
}
.TagClassName
{
border-color: #CC60D1;
}
</style>