Shades of Heliotrope #CC5BFC
Tints of Heliotrope #CC5BFC
RGB
CMYK
RGB Variations
Color information
#CC5BFC (or 0xCC5BFC) is known color: Heliotrope. HEX triplet: CC, 5B and FC. RGB value is (204,91,252). Sum of RGB (Red+Green+Blue) = 204+91+252=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC5BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5BFC is #33A403. Grayscale: #8E8E8E. Windows color (decimal): -3384324 or 16538572. OLE color: 16538572.
HSL color Cylindrical-coordinate representation of color #CC5BFC: hue angle of 282.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC5BFC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 91 | 252 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.01 |
| HSL | 282.11º | 0.96% | 0.67% | - |
| HSV(B) | 282.11º | 0.64% | 0.99% | - |
| XYZ | 46.21 | 27.35 | 94.94 | - |
| YUV | 143.14 | 189.44 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 252 | 0.19 | 0.64 | 0 | 0.01 | 282.11 | 0.96 | 0.67 |
| Hex | CC | 5B | FC | 13 | 40 | 0 | 1 | 11A | 60 | 43 |
| Octal | 314 | 133 | 374 | 23 | 100 | 0 | 1 | 432 | 140 | 103 |
| Binary | 11001100 | 1011011 | 11111100 | 10011 | 1000000 | 0 | 1 | 100011010 | 1100000 | 1000011 |
Color Harmonies of #CC5BFC
Complementary color
Monochromatic Colors of #CC5BFC
Black with #CC5BFC
Text Example
Text Example
White with #CC5BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BFC; }
p { color: rgb(204,91,252); }
H1.HeaderClassName
{
color: #CC5BFC;
}
.AnyTagClassName
{
color: #CC5BFC;
}
</style>
background-color css
<style>
a { background-color: #CC5BFC; }
a { background-color: rgb(204,91,252); }
div.DivClassName
{
background-color: #CC5BFC;
}
.BgClassName
{
background-color: #CC5BFC;
}
</style>
border-color css
<style>
span { border-color: #CC5BFC; }
span { border-color: rgb(204,91,252); }
td.TdClassName
{
border-color: #CC5BFC;
}
.TagClassName
{
border-color: #CC5BFC;
}
</style>