Shades of Heliotrope #CC62F5
Tints of Heliotrope #CC62F5
RGB
CMYK
RGB Variations
Color information
#CC62F5 (or 0xCC62F5) is known color: Heliotrope. HEX triplet: CC, 62 and F5. RGB value is (204,98,245). Sum of RGB (Red+Green+Blue) = 204+98+245=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC62F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC62F5 is #339D0A. Grayscale: #919191. Windows color (decimal): -3382539 or 16081612. OLE color: 16081612.
HSL color Cylindrical-coordinate representation of color #CC62F5: hue angle of 283.27º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC62F5 is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 98 | 245 | - |
| CMYK | 0.17 | 0.6 | 0 | 0.04 |
| HSL | 283.27º | 0.88% | 0.67% | - |
| HSV(B) | 283.27º | 0.6% | 0.96% | - |
| XYZ | 45.75 | 28.17 | 89.41 | - |
| YUV | 146.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 245 | 0.17 | 0.6 | 0 | 0.04 | 283.27 | 0.88 | 0.67 |
| Hex | CC | 62 | F5 | 11 | 3C | 0 | 4 | 11B | 58 | 43 |
| Octal | 314 | 142 | 365 | 21 | 74 | 0 | 4 | 433 | 130 | 103 |
| Binary | 11001100 | 1100010 | 11110101 | 10001 | 111100 | 0 | 100 | 100011011 | 1011000 | 1000011 |
Color Harmonies of #CC62F5
Complementary color
Monochromatic Colors of #CC62F5
Black with #CC62F5
Text Example
Text Example
White with #CC62F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62F5; }
p { color: rgb(204,98,245); }
H1.HeaderClassName
{
color: #CC62F5;
}
.AnyTagClassName
{
color: #CC62F5;
}
</style>
background-color css
<style>
a { background-color: #CC62F5; }
a { background-color: rgb(204,98,245); }
div.DivClassName
{
background-color: #CC62F5;
}
.BgClassName
{
background-color: #CC62F5;
}
</style>
border-color css
<style>
span { border-color: #CC62F5; }
span { border-color: rgb(204,98,245); }
td.TdClassName
{
border-color: #CC62F5;
}
.TagClassName
{
border-color: #CC62F5;
}
</style>