Shades of Heliotrope #CC88FF
Tints of Heliotrope #CC88FF
RGB
CMYK
RGB Variations
Color information
#CC88FF (or 0xCC88FF) is known color: Heliotrope. HEX triplet: CC, 88 and FF. RGB value is (204,136,255). Sum of RGB (Red+Green+Blue) = 204+136+255=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC88FF is #337700. Grayscale: #A9A9A9. Windows color (decimal): -3372801 or 16746700. OLE color: 16746700.
HSL color Cylindrical-coordinate representation of color #CC88FF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC88FF is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 136 | 255 | - |
| CMYK | 0.2 | 0.47 | 0 | 0 |
| HSL | 274.29º | 1% | 0.77% | - |
| HSV(B) | 274.29º | 0.47% | 1% | - |
| XYZ | 51.76 | 37.67 | 99.15 | - |
| YUV | 169.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 255 | 0.2 | 0.47 | 0 | 0 | 274.29 | 1 | 0.77 |
| Hex | CC | 88 | FF | 14 | 2F | 0 | 0 | 112 | 64 | 4D |
| Octal | 314 | 210 | 377 | 24 | 57 | 0 | 0 | 422 | 144 | 115 |
| Binary | 11001100 | 10001000 | 11111111 | 10100 | 101111 | 0 | 0 | 100010010 | 1100100 | 1001101 |
Color Harmonies of #CC88FF
Complementary color
Monochromatic Colors of #CC88FF
Black with #CC88FF
Text Example
Text Example
White with #CC88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88FF; }
p { color: rgb(204,136,255); }
H1.HeaderClassName
{
color: #CC88FF;
}
.AnyTagClassName
{
color: #CC88FF;
}
</style>
background-color css
<style>
a { background-color: #CC88FF; }
a { background-color: rgb(204,136,255); }
div.DivClassName
{
background-color: #CC88FF;
}
.BgClassName
{
background-color: #CC88FF;
}
</style>
border-color css
<style>
span { border-color: #CC88FF; }
span { border-color: rgb(204,136,255); }
td.TdClassName
{
border-color: #CC88FF;
}
.TagClassName
{
border-color: #CC88FF;
}
</style>