Shades of Heliotrope #CC63F5
Tints of Heliotrope #CC63F5
RGB
CMYK
RGB Variations
Color information
#CC63F5 (or 0xCC63F5) is known color: Heliotrope. HEX triplet: CC, 63 and F5. RGB value is (204,99,245). Sum of RGB (Red+Green+Blue) = 204+99+245=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC63F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC63F5 is #339C0A. Grayscale: #929292. Windows color (decimal): -3382283 or 16081868. OLE color: 16081868.
HSL color Cylindrical-coordinate representation of color #CC63F5: hue angle of 283.15º 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 #CC63F5 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 99 | 245 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.04 |
| HSL | 283.15º | 0.88% | 0.67% | - |
| HSV(B) | 283.15º | 0.6% | 0.96% | - |
| XYZ | 45.85 | 28.35 | 89.44 | - |
| YUV | 147.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 245 | 0.17 | 0.60 | 0 | 0.04 | 283.15 | 0.88 | 0.67 |
| Hex | CC | 63 | F5 | 11 | 3C | 0 | 4 | 11B | 58 | 43 |
| Octal | 314 | 143 | 365 | 21 | 74 | 0 | 4 | 433 | 130 | 103 |
| Binary | 11001100 | 1100011 | 11110101 | 10001 | 111100 | 0 | 100 | 100011011 | 1011000 | 1000011 |
Color Harmonies of #CC63F5
Complementary color
Monochromatic Colors of #CC63F5
Black with #CC63F5
Text Example
Text Example
White with #CC63F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63F5; }
p { color: rgb(204,99,245); }
H1.HeaderClassName
{
color: #CC63F5;
}
.AnyTagClassName
{
color: #CC63F5;
}
</style>
background-color css
<style>
a { background-color: #CC63F5; }
a { background-color: rgb(204,99,245); }
div.DivClassName
{
background-color: #CC63F5;
}
.BgClassName
{
background-color: #CC63F5;
}
</style>
border-color css
<style>
span { border-color: #CC63F5; }
span { border-color: rgb(204,99,245); }
td.TdClassName
{
border-color: #CC63F5;
}
.TagClassName
{
border-color: #CC63F5;
}
</style>