Shades of Orchid #CC81BC
Tints of Orchid #CC81BC
RGB
CMYK
RGB Variations
Color information
#CC81BC (or 0xCC81BC) is known color: Orchid. HEX triplet: CC, 81 and BC. RGB value is (204,129,188). Sum of RGB (Red+Green+Blue) = 204+129+188=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81BC is #337E43. Grayscale: #9D9D9D. Windows color (decimal): -3374660 or 12353996. OLE color: 12353996.
HSL color Cylindrical-coordinate representation of color #CC81BC: hue angle of 312.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC81BC is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 188 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.2 |
| HSL | 312.8º | 0.42% | 0.65% | - |
| HSV(B) | 312.8º | 0.37% | 0.8% | - |
| XYZ | 41.83 | 32.17 | 51.58 | - |
| YUV | 158.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 188 | 0 | 0.37 | 0.08 | 0.2 | 312.8 | 0.42 | 0.65 |
| Hex | CC | 81 | BC | 0 | 25 | 8 | 14 | 139 | 2A | 41 |
| Octal | 314 | 201 | 274 | 0 | 45 | 10 | 24 | 471 | 52 | 101 |
| Binary | 11001100 | 10000001 | 10111100 | 0 | 100101 | 1000 | 10100 | 100111001 | 101010 | 1000001 |
Color Harmonies of #CC81BC
Complementary color
Monochromatic Colors of #CC81BC
Black with #CC81BC
Text Example
Text Example
White with #CC81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81BC; }
p { color: rgb(204,129,188); }
H1.HeaderClassName
{
color: #CC81BC;
}
.AnyTagClassName
{
color: #CC81BC;
}
</style>
background-color css
<style>
a { background-color: #CC81BC; }
a { background-color: rgb(204,129,188); }
div.DivClassName
{
background-color: #CC81BC;
}
.BgClassName
{
background-color: #CC81BC;
}
</style>
border-color css
<style>
span { border-color: #CC81BC; }
span { border-color: rgb(204,129,188); }
td.TdClassName
{
border-color: #CC81BC;
}
.TagClassName
{
border-color: #CC81BC;
}
</style>