Shades of Heliotrope #CC5BFD
Tints of Heliotrope #CC5BFD
RGB
CMYK
RGB Variations
Color information
#CC5BFD (or 0xCC5BFD) is known color: Heliotrope. HEX triplet: CC, 5B and FD. RGB value is (204,91,253). Sum of RGB (Red+Green+Blue) = 204+91+253=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 91 (35.94% from 255 or 16.61% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5BFD is #33A402. Grayscale: #8E8E8E. Windows color (decimal): -3384323 or 16604108. OLE color: 16604108.
HSL color Cylindrical-coordinate representation of color #CC5BFD: hue angle of 281.85º degrees, saturation: 0.98, 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 #CC5BFD is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 91 | 253 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.01 |
| HSL | 281.85º | 0.98% | 0.67% | - |
| HSV(B) | 281.85º | 0.64% | 0.99% | - |
| XYZ | 46.37 | 27.41 | 95.78 | - |
| YUV | 143.26 | 189.94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 253 | 0.19 | 0.64 | 0 | 0.01 | 281.85 | 0.98 | 0.67 |
| Hex | CC | 5B | FD | 13 | 40 | 0 | 1 | 11A | 62 | 43 |
| Octal | 314 | 133 | 375 | 23 | 100 | 0 | 1 | 432 | 142 | 103 |
| Binary | 11001100 | 1011011 | 11111101 | 10011 | 1000000 | 0 | 1 | 100011010 | 1100010 | 1000011 |
Color Harmonies of #CC5BFD
Complementary color
Monochromatic Colors of #CC5BFD
Black with #CC5BFD
Text Example
Text Example
White with #CC5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BFD; }
p { color: rgb(204,91,253); }
H1.HeaderClassName
{
color: #CC5BFD;
}
.AnyTagClassName
{
color: #CC5BFD;
}
</style>
background-color css
<style>
a { background-color: #CC5BFD; }
a { background-color: rgb(204,91,253); }
div.DivClassName
{
background-color: #CC5BFD;
}
.BgClassName
{
background-color: #CC5BFD;
}
</style>
border-color css
<style>
span { border-color: #CC5BFD; }
span { border-color: rgb(204,91,253); }
td.TdClassName
{
border-color: #CC5BFD;
}
.TagClassName
{
border-color: #CC5BFD;
}
</style>