Shades of Orchid #CC81D6
Tints of Orchid #CC81D6
RGB
CMYK
RGB Variations
Color information
#CC81D6 (or 0xCC81D6) is known color: Orchid. HEX triplet: CC, 81 and D6. RGB value is (204,129,214). Sum of RGB (Red+Green+Blue) = 204+129+214=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC81D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81D6 is #337E29. Grayscale: #A0A0A0. Windows color (decimal): -3374634 or 14057932. OLE color: 14057932.
HSL color Cylindrical-coordinate representation of color #CC81D6: hue angle of 292.94º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC81D6 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 129 | 214 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.16 |
| HSL | 292.94º | 0.51% | 0.67% | - |
| HSV(B) | 292.94º | 0.4% | 0.84% | - |
| XYZ | 44.89 | 33.39 | 67.7 | - |
| YUV | 161.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 214 | 0.05 | 0.40 | 0 | 0.16 | 292.94 | 0.51 | 0.67 |
| Hex | CC | 81 | D6 | 5 | 28 | 0 | 10 | 125 | 33 | 43 |
| Octal | 314 | 201 | 326 | 5 | 50 | 0 | 20 | 445 | 63 | 103 |
| Binary | 11001100 | 10000001 | 11010110 | 101 | 101000 | 0 | 10000 | 100100101 | 110011 | 1000011 |
Color Harmonies of #CC81D6
Complementary color
Monochromatic Colors of #CC81D6
Black with #CC81D6
Text Example
Text Example
White with #CC81D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81D6; }
p { color: rgb(204,129,214); }
H1.HeaderClassName
{
color: #CC81D6;
}
.AnyTagClassName
{
color: #CC81D6;
}
</style>
background-color css
<style>
a { background-color: #CC81D6; }
a { background-color: rgb(204,129,214); }
div.DivClassName
{
background-color: #CC81D6;
}
.BgClassName
{
background-color: #CC81D6;
}
</style>
border-color css
<style>
span { border-color: #CC81D6; }
span { border-color: rgb(204,129,214); }
td.TdClassName
{
border-color: #CC81D6;
}
.TagClassName
{
border-color: #CC81D6;
}
</style>