Shades of Heliotrope #CC8DFF
Tints of Heliotrope #CC8DFF
RGB
CMYK
RGB Variations
Color information
#CC8DFF (or 0xCC8DFF) is known color: Heliotrope. HEX triplet: CC, 8D and FF. RGB value is (204,141,255). Sum of RGB (Red+Green+Blue) = 204+141+255=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC8DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8DFF is #337200. Grayscale: #ACACAC. Windows color (decimal): -3371521 or 16747980. OLE color: 16747980.
HSL color Cylindrical-coordinate representation of color #CC8DFF: hue angle of 273.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC8DFF is Cyan = 0.2, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 141 | 255 | - |
| CMYK | 0.2 | 0.45 | 0 | 0 |
| HSL | 273.16º | 1% | 0.78% | - |
| HSV(B) | 273.16º | 0.45% | 1% | - |
| XYZ | 52.48 | 39.11 | 99.39 | - |
| YUV | 172.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 255 | 0.2 | 0.45 | 0 | 0 | 273.16 | 1 | 0.78 |
| Hex | CC | 8D | FF | 14 | 2D | 0 | 0 | 111 | 64 | 4E |
| Octal | 314 | 215 | 377 | 24 | 55 | 0 | 0 | 421 | 144 | 116 |
| Binary | 11001100 | 10001101 | 11111111 | 10100 | 101101 | 0 | 0 | 100010001 | 1100100 | 1001110 |
Color Harmonies of #CC8DFF
Complementary color
Monochromatic Colors of #CC8DFF
Black with #CC8DFF
Text Example
Text Example
White with #CC8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DFF; }
p { color: rgb(204,141,255); }
H1.HeaderClassName
{
color: #CC8DFF;
}
.AnyTagClassName
{
color: #CC8DFF;
}
</style>
background-color css
<style>
a { background-color: #CC8DFF; }
a { background-color: rgb(204,141,255); }
div.DivClassName
{
background-color: #CC8DFF;
}
.BgClassName
{
background-color: #CC8DFF;
}
</style>
border-color css
<style>
span { border-color: #CC8DFF; }
span { border-color: rgb(204,141,255); }
td.TdClassName
{
border-color: #CC8DFF;
}
.TagClassName
{
border-color: #CC8DFF;
}
</style>