Shades of Heliotrope #CC5EFA
Tints of Heliotrope #CC5EFA
RGB
CMYK
RGB Variations
Color information
#CC5EFA (or 0xCC5EFA) is known color: Heliotrope. HEX triplet: CC, 5E and FA. RGB value is (204,94,250). Sum of RGB (Red+Green+Blue) = 204+94+250=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5EFA is #33A105. Grayscale: #909090. Windows color (decimal): -3383558 or 16408268. OLE color: 16408268.
HSL color Cylindrical-coordinate representation of color #CC5EFA: hue angle of 282.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC5EFA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 94 | 250 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.02 |
| HSL | 282.31º | 0.94% | 0.67% | - |
| HSV(B) | 282.31º | 0.62% | 0.98% | - |
| XYZ | 46.16 | 27.74 | 93.36 | - |
| YUV | 144.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 250 | 0.18 | 0.62 | 0 | 0.02 | 282.31 | 0.94 | 0.67 |
| Hex | CC | 5E | FA | 12 | 3E | 0 | 2 | 11A | 5E | 43 |
| Octal | 314 | 136 | 372 | 22 | 76 | 0 | 2 | 432 | 136 | 103 |
| Binary | 11001100 | 1011110 | 11111010 | 10010 | 111110 | 0 | 10 | 100011010 | 1011110 | 1000011 |
Color Harmonies of #CC5EFA
Complementary color
Monochromatic Colors of #CC5EFA
Black with #CC5EFA
Text Example
Text Example
White with #CC5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EFA; }
p { color: rgb(204,94,250); }
H1.HeaderClassName
{
color: #CC5EFA;
}
.AnyTagClassName
{
color: #CC5EFA;
}
</style>
background-color css
<style>
a { background-color: #CC5EFA; }
a { background-color: rgb(204,94,250); }
div.DivClassName
{
background-color: #CC5EFA;
}
.BgClassName
{
background-color: #CC5EFA;
}
</style>
border-color css
<style>
span { border-color: #CC5EFA; }
span { border-color: rgb(204,94,250); }
td.TdClassName
{
border-color: #CC5EFA;
}
.TagClassName
{
border-color: #CC5EFA;
}
</style>