Shades of Heliotrope #CA65EC
Tints of Heliotrope #CA65EC
RGB
CMYK
RGB Variations
Color information
#CA65EC (or 0xCA65EC) is known color: Heliotrope. HEX triplet: CA, 65 and EC. RGB value is (202,101,236). Sum of RGB (Red+Green+Blue) = 202+101+236=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA65EC is #359A13. Grayscale: #929292. Windows color (decimal): -3512852 or 15492554. OLE color: 15492554.
HSL color Cylindrical-coordinate representation of color #CA65EC: hue angle of 284.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA65EC is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 101 | 236 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.07 |
| HSL | 284.89º | 0.78% | 0.66% | - |
| HSV(B) | 284.89º | 0.57% | 0.93% | - |
| XYZ | 44.15 | 27.92 | 82.42 | - |
| YUV | 146.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 236 | 0.14 | 0.57 | 0 | 0.07 | 284.89 | 0.78 | 0.66 |
| Hex | CA | 65 | EC | E | 39 | 0 | 7 | 11D | 4E | 42 |
| Octal | 312 | 145 | 354 | 16 | 71 | 0 | 7 | 435 | 116 | 102 |
| Binary | 11001010 | 1100101 | 11101100 | 1110 | 111001 | 0 | 111 | 100011101 | 1001110 | 1000010 |
Color Harmonies of #CA65EC
Complementary color
Monochromatic Colors of #CA65EC
Black with #CA65EC
Text Example
Text Example
White with #CA65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65EC; }
p { color: rgb(202,101,236); }
H1.HeaderClassName
{
color: #CA65EC;
}
.AnyTagClassName
{
color: #CA65EC;
}
</style>
background-color css
<style>
a { background-color: #CA65EC; }
a { background-color: rgb(202,101,236); }
div.DivClassName
{
background-color: #CA65EC;
}
.BgClassName
{
background-color: #CA65EC;
}
</style>
border-color css
<style>
span { border-color: #CA65EC; }
span { border-color: rgb(202,101,236); }
td.TdClassName
{
border-color: #CA65EC;
}
.TagClassName
{
border-color: #CA65EC;
}
</style>