Shades of Heliotrope #CC65EA
Tints of Heliotrope #CC65EA
RGB
CMYK
RGB Variations
Color information
#CC65EA (or 0xCC65EA) is known color: Heliotrope. HEX triplet: CC, 65 and EA. RGB value is (204,101,234). Sum of RGB (Red+Green+Blue) = 204+101+234=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC65EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65EA is #339A15. Grayscale: #929292. Windows color (decimal): -3381782 or 15361484. OLE color: 15361484.
HSL color Cylindrical-coordinate representation of color #CC65EA: hue angle of 286.47º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC65EA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 101 | 234 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.08 |
| HSL | 286.47º | 0.76% | 0.66% | - |
| HSV(B) | 286.47º | 0.57% | 0.92% | - |
| XYZ | 44.41 | 28.09 | 80.92 | - |
| YUV | 146.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 234 | 0.13 | 0.57 | 0 | 0.08 | 286.47 | 0.76 | 0.66 |
| Hex | CC | 65 | EA | D | 39 | 0 | 8 | 11E | 4C | 42 |
| Octal | 314 | 145 | 352 | 15 | 71 | 0 | 10 | 436 | 114 | 102 |
| Binary | 11001100 | 1100101 | 11101010 | 1101 | 111001 | 0 | 1000 | 100011110 | 1001100 | 1000010 |
Color Harmonies of #CC65EA
Complementary color
Monochromatic Colors of #CC65EA
Black with #CC65EA
Text Example
Text Example
White with #CC65EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65EA; }
p { color: rgb(204,101,234); }
H1.HeaderClassName
{
color: #CC65EA;
}
.AnyTagClassName
{
color: #CC65EA;
}
</style>
background-color css
<style>
a { background-color: #CC65EA; }
a { background-color: rgb(204,101,234); }
div.DivClassName
{
background-color: #CC65EA;
}
.BgClassName
{
background-color: #CC65EA;
}
</style>
border-color css
<style>
span { border-color: #CC65EA; }
span { border-color: rgb(204,101,234); }
td.TdClassName
{
border-color: #CC65EA;
}
.TagClassName
{
border-color: #CC65EA;
}
</style>