Shades of Orchid #CC81CC
Tints of Orchid #CC81CC
RGB
CMYK
RGB Variations
Color information
#CC81CC (or 0xCC81CC) is known color: Orchid. HEX triplet: CC, 81 and CC. RGB value is (204,129,204). Sum of RGB (Red+Green+Blue) = 204+129+204=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81CC is #337E33. Grayscale: #9F9F9F. Windows color (decimal): -3374644 or 13402572. OLE color: 13402572.
HSL color Cylindrical-coordinate representation of color #CC81CC: hue angle of 300º 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 #CC81CC is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 204 | - |
| CMYK | 0 | 0.37 | 0 | 0.2 |
| HSL | 300º | 0.42% | 0.65% | - |
| HSV(B) | 300º | 0.37% | 0.8% | - |
| XYZ | 43.65 | 32.9 | 61.18 | - |
| YUV | 159.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 204 | 0 | 0.37 | 0 | 0.2 | 300 | 0.42 | 0.65 |
| Hex | CC | 81 | CC | 0 | 25 | 0 | 14 | 12C | 2A | 41 |
| Octal | 314 | 201 | 314 | 0 | 45 | 0 | 24 | 454 | 52 | 101 |
| Binary | 11001100 | 10000001 | 11001100 | 0 | 100101 | 0 | 10100 | 100101100 | 101010 | 1000001 |
Color Harmonies of #CC81CC
Complementary color
Monochromatic Colors of #CC81CC
Black with #CC81CC
Text Example
Text Example
White with #CC81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81CC; }
p { color: rgb(204,129,204); }
H1.HeaderClassName
{
color: #CC81CC;
}
.AnyTagClassName
{
color: #CC81CC;
}
</style>
background-color css
<style>
a { background-color: #CC81CC; }
a { background-color: rgb(204,129,204); }
div.DivClassName
{
background-color: #CC81CC;
}
.BgClassName
{
background-color: #CC81CC;
}
</style>
border-color css
<style>
span { border-color: #CC81CC; }
span { border-color: rgb(204,129,204); }
td.TdClassName
{
border-color: #CC81CC;
}
.TagClassName
{
border-color: #CC81CC;
}
</style>