Shades of Orchid #CC81DC
Tints of Orchid #CC81DC
RGB
CMYK
RGB Variations
Color information
#CC81DC (or 0xCC81DC) is known color: Orchid. HEX triplet: CC, 81 and DC. RGB value is (204,129,220). Sum of RGB (Red+Green+Blue) = 204+129+220=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81DC is #337E23. Grayscale: #A1A1A1. Windows color (decimal): -3374628 or 14451148. OLE color: 14451148.
HSL color Cylindrical-coordinate representation of color #CC81DC: hue angle of 289.45º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC81DC is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 129 | 220 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.14 |
| HSL | 289.45º | 0.57% | 0.68% | - |
| HSV(B) | 289.45º | 0.41% | 0.86% | - |
| XYZ | 45.67 | 33.71 | 71.81 | - |
| YUV | 161.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 220 | 0.07 | 0.41 | 0 | 0.14 | 289.45 | 0.57 | 0.68 |
| Hex | CC | 81 | DC | 7 | 29 | 0 | E | 121 | 39 | 44 |
| Octal | 314 | 201 | 334 | 7 | 51 | 0 | 16 | 441 | 71 | 104 |
| Binary | 11001100 | 10000001 | 11011100 | 111 | 101001 | 0 | 1110 | 100100001 | 111001 | 1000100 |
Color Harmonies of #CC81DC
Complementary color
Monochromatic Colors of #CC81DC
Black with #CC81DC
Text Example
Text Example
White with #CC81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81DC; }
p { color: rgb(204,129,220); }
H1.HeaderClassName
{
color: #CC81DC;
}
.AnyTagClassName
{
color: #CC81DC;
}
</style>
background-color css
<style>
a { background-color: #CC81DC; }
a { background-color: rgb(204,129,220); }
div.DivClassName
{
background-color: #CC81DC;
}
.BgClassName
{
background-color: #CC81DC;
}
</style>
border-color css
<style>
span { border-color: #CC81DC; }
span { border-color: rgb(204,129,220); }
td.TdClassName
{
border-color: #CC81DC;
}
.TagClassName
{
border-color: #CC81DC;
}
</style>