Shades of Heliotrope #CC4AFE
Tints of Heliotrope #CC4AFE
RGB
CMYK
RGB Variations
Color information
#CC4AFE (or 0xCC4AFE) is known color: Heliotrope. HEX triplet: CC, 4A and FE. RGB value is (204,74,254). Sum of RGB (Red+Green+Blue) = 204+74+254=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4AFE is #33B501. Grayscale: #848484. Windows color (decimal): -3388674 or 16665292. OLE color: 16665292.
HSL color Cylindrical-coordinate representation of color #CC4AFE: hue angle of 283.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC4AFE is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 74 | 254 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.00 |
| HSL | 283.33º | 0.99% | 0.64% | - |
| HSV(B) | 283.33º | 0.71% | 1% | - |
| XYZ | 45.24 | 24.89 | 96.19 | - |
| YUV | 133.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 254 | 0.20 | 0.71 | 0 | 0.00 | 283.33 | 0.99 | 0.64 |
| Hex | CC | 4A | FE | 14 | 47 | 0 | 0 | 11B | 63 | 40 |
| Octal | 314 | 112 | 376 | 24 | 107 | 0 | 0 | 433 | 143 | 100 |
| Binary | 11001100 | 1001010 | 11111110 | 10100 | 1000111 | 0 | 0 | 100011011 | 1100011 | 1000000 |
Color Harmonies of #CC4AFE
Complementary color
Monochromatic Colors of #CC4AFE
Black with #CC4AFE
Text Example
Text Example
White with #CC4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AFE; }
p { color: rgb(204,74,254); }
H1.HeaderClassName
{
color: #CC4AFE;
}
.AnyTagClassName
{
color: #CC4AFE;
}
</style>
background-color css
<style>
a { background-color: #CC4AFE; }
a { background-color: rgb(204,74,254); }
div.DivClassName
{
background-color: #CC4AFE;
}
.BgClassName
{
background-color: #CC4AFE;
}
</style>
border-color css
<style>
span { border-color: #CC4AFE; }
span { border-color: rgb(204,74,254); }
td.TdClassName
{
border-color: #CC4AFE;
}
.TagClassName
{
border-color: #CC4AFE;
}
</style>