Shades of Heliotrope #CC5DFA
Tints of Heliotrope #CC5DFA
RGB
CMYK
RGB Variations
Color information
#CC5DFA (or 0xCC5DFA) is known color: Heliotrope. HEX triplet: CC, 5D and FA. RGB value is (204,93,250). Sum of RGB (Red+Green+Blue) = 204+93+250=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5DFA is #33A205. Grayscale: #8F8F8F. Windows color (decimal): -3383814 or 16408012. OLE color: 16408012.
HSL color Cylindrical-coordinate representation of color #CC5DFA: hue angle of 282.42º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5DFA is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 93 | 250 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.02 |
| HSL | 282.42º | 0.94% | 0.67% | - |
| HSV(B) | 282.42º | 0.63% | 0.98% | - |
| XYZ | 46.07 | 27.57 | 93.34 | - |
| YUV | 144.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 250 | 0.18 | 0.63 | 0 | 0.02 | 282.42 | 0.94 | 0.67 |
| Hex | CC | 5D | FA | 12 | 3F | 0 | 2 | 11A | 5E | 43 |
| Octal | 314 | 135 | 372 | 22 | 77 | 0 | 2 | 432 | 136 | 103 |
| Binary | 11001100 | 1011101 | 11111010 | 10010 | 111111 | 0 | 10 | 100011010 | 1011110 | 1000011 |
Color Harmonies of #CC5DFA
Complementary color
Monochromatic Colors of #CC5DFA
Black with #CC5DFA
Text Example
Text Example
White with #CC5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DFA; }
p { color: rgb(204,93,250); }
H1.HeaderClassName
{
color: #CC5DFA;
}
.AnyTagClassName
{
color: #CC5DFA;
}
</style>
background-color css
<style>
a { background-color: #CC5DFA; }
a { background-color: rgb(204,93,250); }
div.DivClassName
{
background-color: #CC5DFA;
}
.BgClassName
{
background-color: #CC5DFA;
}
</style>
border-color css
<style>
span { border-color: #CC5DFA; }
span { border-color: rgb(204,93,250); }
td.TdClassName
{
border-color: #CC5DFA;
}
.TagClassName
{
border-color: #CC5DFA;
}
</style>