Shades of Orchid #CC60D2
Tints of Orchid #CC60D2
RGB
CMYK
RGB Variations
Color information
#CC60D2 (or 0xCC60D2) is known color: Orchid. HEX triplet: CC, 60 and D2. RGB value is (204,96,210). Sum of RGB (Red+Green+Blue) = 204+96+210=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC60D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60D2 is #339F2D. Grayscale: #8C8C8C. Windows color (decimal): -3383086 or 13787340. OLE color: 13787340.
HSL color Cylindrical-coordinate representation of color #CC60D2: hue angle of 296.84º degrees, saturation: 0.56, 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 #CC60D2 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 96 | 210 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.18 |
| HSL | 296.84º | 0.56% | 0.6% | - |
| HSV(B) | 296.84º | 0.54% | 0.82% | - |
| XYZ | 40.72 | 25.86 | 63.82 | - |
| YUV | 141.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 210 | 0.03 | 0.54 | 0 | 0.18 | 296.84 | 0.56 | 0.6 |
| Hex | CC | 60 | D2 | 3 | 36 | 0 | 12 | 129 | 38 | 3C |
| Octal | 314 | 140 | 322 | 3 | 66 | 0 | 22 | 451 | 70 | 74 |
| Binary | 11001100 | 1100000 | 11010010 | 11 | 110110 | 0 | 10010 | 100101001 | 111000 | 111100 |
Color Harmonies of #CC60D2
Complementary color
Monochromatic Colors of #CC60D2
Black with #CC60D2
Text Example
Text Example
White with #CC60D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60D2; }
p { color: rgb(204,96,210); }
H1.HeaderClassName
{
color: #CC60D2;
}
.AnyTagClassName
{
color: #CC60D2;
}
</style>
background-color css
<style>
a { background-color: #CC60D2; }
a { background-color: rgb(204,96,210); }
div.DivClassName
{
background-color: #CC60D2;
}
.BgClassName
{
background-color: #CC60D2;
}
</style>
border-color css
<style>
span { border-color: #CC60D2; }
span { border-color: rgb(204,96,210); }
td.TdClassName
{
border-color: #CC60D2;
}
.TagClassName
{
border-color: #CC60D2;
}
</style>