Shades of Orchid #CC81D5
Tints of Orchid #CC81D5
RGB
CMYK
RGB Variations
Color information
#CC81D5 (or 0xCC81D5) is known color: Orchid. HEX triplet: CC, 81 and D5. RGB value is (204,129,213). Sum of RGB (Red+Green+Blue) = 204+129+213=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC81D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81D5 is #337E2A. Grayscale: #A0A0A0. Windows color (decimal): -3374635 or 13992396. OLE color: 13992396.
HSL color Cylindrical-coordinate representation of color #CC81D5: hue angle of 293.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC81D5 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 129 | 213 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.16 |
| HSL | 293.57º | 0.5% | 0.67% | - |
| HSV(B) | 293.57º | 0.39% | 0.84% | - |
| XYZ | 44.76 | 33.34 | 67.03 | - |
| YUV | 161 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 213 | 0.04 | 0.39 | 0 | 0.16 | 293.57 | 0.5 | 0.67 |
| Hex | CC | 81 | D5 | 4 | 27 | 0 | 10 | 126 | 32 | 43 |
| Octal | 314 | 201 | 325 | 4 | 47 | 0 | 20 | 446 | 62 | 103 |
| Binary | 11001100 | 10000001 | 11010101 | 100 | 100111 | 0 | 10000 | 100100110 | 110010 | 1000011 |
Color Harmonies of #CC81D5
Complementary color
Monochromatic Colors of #CC81D5
Black with #CC81D5
Text Example
Text Example
White with #CC81D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81D5; }
p { color: rgb(204,129,213); }
H1.HeaderClassName
{
color: #CC81D5;
}
.AnyTagClassName
{
color: #CC81D5;
}
</style>
background-color css
<style>
a { background-color: #CC81D5; }
a { background-color: rgb(204,129,213); }
div.DivClassName
{
background-color: #CC81D5;
}
.BgClassName
{
background-color: #CC81D5;
}
</style>
border-color css
<style>
span { border-color: #CC81D5; }
span { border-color: rgb(204,129,213); }
td.TdClassName
{
border-color: #CC81D5;
}
.TagClassName
{
border-color: #CC81D5;
}
</style>