Shades of Heliotrope #CC65F5
Tints of Heliotrope #CC65F5
RGB
CMYK
RGB Variations
Color information
#CC65F5 (or 0xCC65F5) is known color: Heliotrope. HEX triplet: CC, 65 and F5. RGB value is (204,101,245). Sum of RGB (Red+Green+Blue) = 204+101+245=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 245 (96.09% from 255 or 44.55% from 550); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC65F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65F5 is #339A0A. Grayscale: #939393. Windows color (decimal): -3381771 or 16082380. OLE color: 16082380.
HSL color Cylindrical-coordinate representation of color #CC65F5: hue angle of 282.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC65F5 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 101 | 245 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.04 |
| HSL | 282.92º | 0.88% | 0.68% | - |
| HSV(B) | 282.92º | 0.59% | 0.96% | - |
| XYZ | 46.04 | 28.74 | 89.51 | - |
| YUV | 148.21 | 182.62 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 245 | 0.17 | 0.59 | 0 | 0.04 | 282.92 | 0.88 | 0.68 |
| Hex | CC | 65 | F5 | 11 | 3B | 0 | 4 | 11B | 58 | 44 |
| Octal | 314 | 145 | 365 | 21 | 73 | 0 | 4 | 433 | 130 | 104 |
| Binary | 11001100 | 1100101 | 11110101 | 10001 | 111011 | 0 | 100 | 100011011 | 1011000 | 1000100 |
Color Harmonies of #CC65F5
Complementary color
Monochromatic Colors of #CC65F5
Black with #CC65F5
Text Example
Text Example
White with #CC65F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65F5; }
p { color: rgb(204,101,245); }
H1.HeaderClassName
{
color: #CC65F5;
}
.AnyTagClassName
{
color: #CC65F5;
}
</style>
background-color css
<style>
a { background-color: #CC65F5; }
a { background-color: rgb(204,101,245); }
div.DivClassName
{
background-color: #CC65F5;
}
.BgClassName
{
background-color: #CC65F5;
}
</style>
border-color css
<style>
span { border-color: #CC65F5; }
span { border-color: rgb(204,101,245); }
td.TdClassName
{
border-color: #CC65F5;
}
.TagClassName
{
border-color: #CC65F5;
}
</style>