Shades of Heliotrope #CC65E9
Tints of Heliotrope #CC65E9
RGB
CMYK
RGB Variations
Color information
#CC65E9 (or 0xCC65E9) is known color: Heliotrope. HEX triplet: CC, 65 and E9. RGB value is (204,101,233). Sum of RGB (Red+Green+Blue) = 204+101+233=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC65E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65E9 is #339A16. Grayscale: #929292. Windows color (decimal): -3381783 or 15295948. OLE color: 15295948.
HSL color Cylindrical-coordinate representation of color #CC65E9: hue angle of 286.82º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC65E9 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 101 | 233 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.09 |
| HSL | 286.82º | 0.75% | 0.65% | - |
| HSV(B) | 286.82º | 0.57% | 0.91% | - |
| XYZ | 44.26 | 28.03 | 80.17 | - |
| YUV | 146.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 233 | 0.12 | 0.57 | 0 | 0.09 | 286.82 | 0.75 | 0.65 |
| Hex | CC | 65 | E9 | C | 39 | 0 | 9 | 11F | 4B | 41 |
| Octal | 314 | 145 | 351 | 14 | 71 | 0 | 11 | 437 | 113 | 101 |
| Binary | 11001100 | 1100101 | 11101001 | 1100 | 111001 | 0 | 1001 | 100011111 | 1001011 | 1000001 |
Color Harmonies of #CC65E9
Complementary color
Monochromatic Colors of #CC65E9
Black with #CC65E9
Text Example
Text Example
White with #CC65E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65E9; }
p { color: rgb(204,101,233); }
H1.HeaderClassName
{
color: #CC65E9;
}
.AnyTagClassName
{
color: #CC65E9;
}
</style>
background-color css
<style>
a { background-color: #CC65E9; }
a { background-color: rgb(204,101,233); }
div.DivClassName
{
background-color: #CC65E9;
}
.BgClassName
{
background-color: #CC65E9;
}
</style>
border-color css
<style>
span { border-color: #CC65E9; }
span { border-color: rgb(204,101,233); }
td.TdClassName
{
border-color: #CC65E9;
}
.TagClassName
{
border-color: #CC65E9;
}
</style>