Shades of Heliotrope #CA65ED
Tints of Heliotrope #CA65ED
RGB
CMYK
RGB Variations
Color information
#CA65ED (or 0xCA65ED) is known color: Heliotrope. HEX triplet: CA, 65 and ED. RGB value is (202,101,237). Sum of RGB (Red+Green+Blue) = 202+101+237=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA65ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA65ED is #359A12. Grayscale: #929292. Windows color (decimal): -3512851 or 15558090. OLE color: 15558090.
HSL color Cylindrical-coordinate representation of color #CA65ED: hue angle of 284.56º degrees, saturation: 0.79, 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 #CA65ED is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 101 | 237 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.07 |
| HSL | 284.56º | 0.79% | 0.66% | - |
| HSV(B) | 284.56º | 0.57% | 0.93% | - |
| XYZ | 44.3 | 27.98 | 83.19 | - |
| YUV | 146.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 237 | 0.15 | 0.57 | 0 | 0.07 | 284.56 | 0.79 | 0.66 |
| Hex | CA | 65 | ED | F | 39 | 0 | 7 | 11D | 4F | 42 |
| Octal | 312 | 145 | 355 | 17 | 71 | 0 | 7 | 435 | 117 | 102 |
| Binary | 11001010 | 1100101 | 11101101 | 1111 | 111001 | 0 | 111 | 100011101 | 1001111 | 1000010 |
Color Harmonies of #CA65ED
Complementary color
Monochromatic Colors of #CA65ED
Black with #CA65ED
Text Example
Text Example
White with #CA65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65ED; }
p { color: rgb(202,101,237); }
H1.HeaderClassName
{
color: #CA65ED;
}
.AnyTagClassName
{
color: #CA65ED;
}
</style>
background-color css
<style>
a { background-color: #CA65ED; }
a { background-color: rgb(202,101,237); }
div.DivClassName
{
background-color: #CA65ED;
}
.BgClassName
{
background-color: #CA65ED;
}
</style>
border-color css
<style>
span { border-color: #CA65ED; }
span { border-color: rgb(202,101,237); }
td.TdClassName
{
border-color: #CA65ED;
}
.TagClassName
{
border-color: #CA65ED;
}
</style>