Shades of Heliotrope #CC4BFC
Tints of Heliotrope #CC4BFC
RGB
CMYK
RGB Variations
Color information
#CC4BFC (or 0xCC4BFC) is known color: Heliotrope. HEX triplet: CC, 4B and FC. RGB value is (204,75,252). Sum of RGB (Red+Green+Blue) = 204+75+252=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC4BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4BFC is #33B403. Grayscale: #858585. Windows color (decimal): -3388420 or 16534476. OLE color: 16534476.
HSL color Cylindrical-coordinate representation of color #CC4BFC: hue angle of 283.73º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC4BFC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 75 | 252 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.01 |
| HSL | 283.73º | 0.97% | 0.64% | - |
| HSV(B) | 283.73º | 0.7% | 0.99% | - |
| XYZ | 44.99 | 24.9 | 94.53 | - |
| YUV | 133.75 | 194.74 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 252 | 0.19 | 0.70 | 0 | 0.01 | 283.73 | 0.97 | 0.64 |
| Hex | CC | 4B | FC | 13 | 46 | 0 | 1 | 11C | 61 | 40 |
| Octal | 314 | 113 | 374 | 23 | 106 | 0 | 1 | 434 | 141 | 100 |
| Binary | 11001100 | 1001011 | 11111100 | 10011 | 1000110 | 0 | 1 | 100011100 | 1100001 | 1000000 |
Color Harmonies of #CC4BFC
Complementary color
Monochromatic Colors of #CC4BFC
Black with #CC4BFC
Text Example
Text Example
White with #CC4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4BFC; }
p { color: rgb(204,75,252); }
H1.HeaderClassName
{
color: #CC4BFC;
}
.AnyTagClassName
{
color: #CC4BFC;
}
</style>
background-color css
<style>
a { background-color: #CC4BFC; }
a { background-color: rgb(204,75,252); }
div.DivClassName
{
background-color: #CC4BFC;
}
.BgClassName
{
background-color: #CC4BFC;
}
</style>
border-color css
<style>
span { border-color: #CC4BFC; }
span { border-color: rgb(204,75,252); }
td.TdClassName
{
border-color: #CC4BFC;
}
.TagClassName
{
border-color: #CC4BFC;
}
</style>