Shades of Heliotrope #CC4DFB
Tints of Heliotrope #CC4DFB
RGB
CMYK
RGB Variations
Color information
#CC4DFB (or 0xCC4DFB) is known color: Heliotrope. HEX triplet: CC, 4D and FB. RGB value is (204,77,251). Sum of RGB (Red+Green+Blue) = 204+77+251=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 77 (30.47% from 255 or 14.47% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4DFB is #33B204. Grayscale: #868686. Windows color (decimal): -3387909 or 16469452. OLE color: 16469452.
HSL color Cylindrical-coordinate representation of color #CC4DFB: hue angle of 283.79º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4DFB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 77 | 251 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.02 |
| HSL | 283.79º | 0.96% | 0.64% | - |
| HSV(B) | 283.79º | 0.69% | 0.98% | - |
| XYZ | 44.97 | 25.11 | 93.74 | - |
| YUV | 134.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 251 | 0.19 | 0.69 | 0 | 0.02 | 283.79 | 0.96 | 0.64 |
| Hex | CC | 4D | FB | 13 | 45 | 0 | 2 | 11C | 60 | 40 |
| Octal | 314 | 115 | 373 | 23 | 105 | 0 | 2 | 434 | 140 | 100 |
| Binary | 11001100 | 1001101 | 11111011 | 10011 | 1000101 | 0 | 10 | 100011100 | 1100000 | 1000000 |
Color Harmonies of #CC4DFB
Complementary color
Monochromatic Colors of #CC4DFB
Black with #CC4DFB
Text Example
Text Example
White with #CC4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DFB; }
p { color: rgb(204,77,251); }
H1.HeaderClassName
{
color: #CC4DFB;
}
.AnyTagClassName
{
color: #CC4DFB;
}
</style>
background-color css
<style>
a { background-color: #CC4DFB; }
a { background-color: rgb(204,77,251); }
div.DivClassName
{
background-color: #CC4DFB;
}
.BgClassName
{
background-color: #CC4DFB;
}
</style>
border-color css
<style>
span { border-color: #CC4DFB; }
span { border-color: rgb(204,77,251); }
td.TdClassName
{
border-color: #CC4DFB;
}
.TagClassName
{
border-color: #CC4DFB;
}
</style>