Shades of Orchid #CC66CA
Tints of Orchid #CC66CA
RGB
CMYK
RGB Variations
Color information
#CC66CA (or 0xCC66CA) is known color: Orchid. HEX triplet: CC, 66 and CA. RGB value is (204,102,202). Sum of RGB (Red+Green+Blue) = 204+102+202=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66CA is #339935. Grayscale: #8F8F8F. Windows color (decimal): -3381558 or 13264588. OLE color: 13264588.
HSL color Cylindrical-coordinate representation of color #CC66CA: hue angle of 301.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC66CA is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 202 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.2 |
| HSL | 301.18º | 0.5% | 0.6% | - |
| HSV(B) | 301.18º | 0.5% | 0.8% | - |
| XYZ | 40.31 | 26.6 | 58.89 | - |
| YUV | 143.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 202 | 0 | 0.5 | 0.01 | 0.2 | 301.18 | 0.5 | 0.6 |
| Hex | CC | 66 | CA | 0 | 32 | 1 | 14 | 12D | 32 | 3C |
| Octal | 314 | 146 | 312 | 0 | 62 | 1 | 24 | 455 | 62 | 74 |
| Binary | 11001100 | 1100110 | 11001010 | 0 | 110010 | 1 | 10100 | 100101101 | 110010 | 111100 |
Color Harmonies of #CC66CA
Complementary color
Monochromatic Colors of #CC66CA
Black with #CC66CA
Text Example
Text Example
White with #CC66CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66CA; }
p { color: rgb(204,102,202); }
H1.HeaderClassName
{
color: #CC66CA;
}
.AnyTagClassName
{
color: #CC66CA;
}
</style>
background-color css
<style>
a { background-color: #CC66CA; }
a { background-color: rgb(204,102,202); }
div.DivClassName
{
background-color: #CC66CA;
}
.BgClassName
{
background-color: #CC66CA;
}
</style>
border-color css
<style>
span { border-color: #CC66CA; }
span { border-color: rgb(204,102,202); }
td.TdClassName
{
border-color: #CC66CA;
}
.TagClassName
{
border-color: #CC66CA;
}
</style>