Shades of Heliotrope #CC4AFB
Tints of Heliotrope #CC4AFB
RGB
CMYK
RGB Variations
Color information
#CC4AFB (or 0xCC4AFB) is known color: Heliotrope. HEX triplet: CC, 4A and FB. RGB value is (204,74,251). Sum of RGB (Red+Green+Blue) = 204+74+251=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC4AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4AFB is #33B504. Grayscale: #848484. Windows color (decimal): -3388677 or 16468684. OLE color: 16468684.
HSL color Cylindrical-coordinate representation of color #CC4AFB: hue angle of 284.07º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC4AFB is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 74 | 251 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.02 |
| HSL | 284.07º | 0.96% | 0.64% | - |
| HSV(B) | 284.07º | 0.71% | 0.98% | - |
| XYZ | 44.76 | 24.7 | 93.68 | - |
| YUV | 133.05 | 194.57 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 251 | 0.19 | 0.71 | 0 | 0.02 | 284.07 | 0.96 | 0.64 |
| Hex | CC | 4A | FB | 13 | 47 | 0 | 2 | 11C | 60 | 40 |
| Octal | 314 | 112 | 373 | 23 | 107 | 0 | 2 | 434 | 140 | 100 |
| Binary | 11001100 | 1001010 | 11111011 | 10011 | 1000111 | 0 | 10 | 100011100 | 1100000 | 1000000 |
Color Harmonies of #CC4AFB
Complementary color
Monochromatic Colors of #CC4AFB
Black with #CC4AFB
Text Example
Text Example
White with #CC4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AFB; }
p { color: rgb(204,74,251); }
H1.HeaderClassName
{
color: #CC4AFB;
}
.AnyTagClassName
{
color: #CC4AFB;
}
</style>
background-color css
<style>
a { background-color: #CC4AFB; }
a { background-color: rgb(204,74,251); }
div.DivClassName
{
background-color: #CC4AFB;
}
.BgClassName
{
background-color: #CC4AFB;
}
</style>
border-color css
<style>
span { border-color: #CC4AFB; }
span { border-color: rgb(204,74,251); }
td.TdClassName
{
border-color: #CC4AFB;
}
.TagClassName
{
border-color: #CC4AFB;
}
</style>