Shades of Heliotrope #CC4EFB
Tints of Heliotrope #CC4EFB
RGB
CMYK
RGB Variations
Color information
#CC4EFB (or 0xCC4EFB) is known color: Heliotrope. HEX triplet: CC, 4E and FB. RGB value is (204,78,251). Sum of RGB (Red+Green+Blue) = 204+78+251=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC4EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EFB is #33B104. Grayscale: #868686. Windows color (decimal): -3387653 or 16469708. OLE color: 16469708.
HSL color Cylindrical-coordinate representation of color #CC4EFB: hue angle of 283.7º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4EFB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 78 | 251 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.02 |
| HSL | 283.7º | 0.96% | 0.65% | - |
| HSV(B) | 283.7º | 0.69% | 0.98% | - |
| XYZ | 45.04 | 25.25 | 93.77 | - |
| YUV | 135.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 251 | 0.19 | 0.69 | 0 | 0.02 | 283.7 | 0.96 | 0.65 |
| Hex | CC | 4E | FB | 13 | 45 | 0 | 2 | 11C | 60 | 41 |
| Octal | 314 | 116 | 373 | 23 | 105 | 0 | 2 | 434 | 140 | 101 |
| Binary | 11001100 | 1001110 | 11111011 | 10011 | 1000101 | 0 | 10 | 100011100 | 1100000 | 1000001 |
Color Harmonies of #CC4EFB
Complementary color
Monochromatic Colors of #CC4EFB
Black with #CC4EFB
Text Example
Text Example
White with #CC4EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EFB; }
p { color: rgb(204,78,251); }
H1.HeaderClassName
{
color: #CC4EFB;
}
.AnyTagClassName
{
color: #CC4EFB;
}
</style>
background-color css
<style>
a { background-color: #CC4EFB; }
a { background-color: rgb(204,78,251); }
div.DivClassName
{
background-color: #CC4EFB;
}
.BgClassName
{
background-color: #CC4EFB;
}
</style>
border-color css
<style>
span { border-color: #CC4EFB; }
span { border-color: rgb(204,78,251); }
td.TdClassName
{
border-color: #CC4EFB;
}
.TagClassName
{
border-color: #CC4EFB;
}
</style>