Shades of Heliotrope #CC5BFE
Tints of Heliotrope #CC5BFE
RGB
CMYK
RGB Variations
Color information
#CC5BFE (or 0xCC5BFE) is known color: Heliotrope. HEX triplet: CC, 5B and FE. RGB value is (204,91,254). Sum of RGB (Red+Green+Blue) = 204+91+254=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 91 (35.94% from 255 or 16.58% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC5BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5BFE is #33A401. Grayscale: #8E8E8E. Windows color (decimal): -3384322 or 16669644. OLE color: 16669644.
HSL color Cylindrical-coordinate representation of color #CC5BFE: hue angle of 281.6º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC5BFE is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 91 | 254 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.00 |
| HSL | 281.6º | 0.99% | 0.68% | - |
| HSV(B) | 281.6º | 0.64% | 1% | - |
| XYZ | 46.53 | 27.48 | 96.62 | - |
| YUV | 143.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 254 | 0.20 | 0.64 | 0 | 0.00 | 281.6 | 0.99 | 0.68 |
| Hex | CC | 5B | FE | 14 | 40 | 0 | 0 | 11A | 63 | 44 |
| Octal | 314 | 133 | 376 | 24 | 100 | 0 | 0 | 432 | 143 | 104 |
| Binary | 11001100 | 1011011 | 11111110 | 10100 | 1000000 | 0 | 0 | 100011010 | 1100011 | 1000100 |
Color Harmonies of #CC5BFE
Complementary color
Monochromatic Colors of #CC5BFE
Black with #CC5BFE
Text Example
Text Example
White with #CC5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BFE; }
p { color: rgb(204,91,254); }
H1.HeaderClassName
{
color: #CC5BFE;
}
.AnyTagClassName
{
color: #CC5BFE;
}
</style>
background-color css
<style>
a { background-color: #CC5BFE; }
a { background-color: rgb(204,91,254); }
div.DivClassName
{
background-color: #CC5BFE;
}
.BgClassName
{
background-color: #CC5BFE;
}
</style>
border-color css
<style>
span { border-color: #CC5BFE; }
span { border-color: rgb(204,91,254); }
td.TdClassName
{
border-color: #CC5BFE;
}
.TagClassName
{
border-color: #CC5BFE;
}
</style>