Shades of Heliotrope #CC5BFB
Tints of Heliotrope #CC5BFB
RGB
CMYK
RGB Variations
Color information
#CC5BFB (or 0xCC5BFB) is known color: Heliotrope. HEX triplet: CC, 5B and FB. RGB value is (204,91,251). Sum of RGB (Red+Green+Blue) = 204+91+251=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 91 (35.94% from 255 or 16.67% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC5BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5BFB is #33A404. Grayscale: #8E8E8E. Windows color (decimal): -3384325 or 16473036. OLE color: 16473036.
HSL color Cylindrical-coordinate representation of color #CC5BFB: hue angle of 282.38º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC5BFB is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 91 | 251 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.02 |
| HSL | 282.38º | 0.95% | 0.67% | - |
| HSV(B) | 282.38º | 0.64% | 0.98% | - |
| XYZ | 46.06 | 27.28 | 94.11 | - |
| YUV | 143.03 | 188.94 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 251 | 0.19 | 0.64 | 0 | 0.02 | 282.38 | 0.95 | 0.67 |
| Hex | CC | 5B | FB | 13 | 40 | 0 | 2 | 11A | 5F | 43 |
| Octal | 314 | 133 | 373 | 23 | 100 | 0 | 2 | 432 | 137 | 103 |
| Binary | 11001100 | 1011011 | 11111011 | 10011 | 1000000 | 0 | 10 | 100011010 | 1011111 | 1000011 |
Color Harmonies of #CC5BFB
Complementary color
Monochromatic Colors of #CC5BFB
Black with #CC5BFB
Text Example
Text Example
White with #CC5BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BFB; }
p { color: rgb(204,91,251); }
H1.HeaderClassName
{
color: #CC5BFB;
}
.AnyTagClassName
{
color: #CC5BFB;
}
</style>
background-color css
<style>
a { background-color: #CC5BFB; }
a { background-color: rgb(204,91,251); }
div.DivClassName
{
background-color: #CC5BFB;
}
.BgClassName
{
background-color: #CC5BFB;
}
</style>
border-color css
<style>
span { border-color: #CC5BFB; }
span { border-color: rgb(204,91,251); }
td.TdClassName
{
border-color: #CC5BFB;
}
.TagClassName
{
border-color: #CC5BFB;
}
</style>