Shades of Heliotrope #CA65FF
Tints of Heliotrope #CA65FF
RGB
CMYK
RGB Variations
Color information
#CA65FF (or 0xCA65FF) is known color: Heliotrope. HEX triplet: CA, 65 and FF. RGB value is (202,101,255). Sum of RGB (Red+Green+Blue) = 202+101+255=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA65FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA65FF is #359A00. Grayscale: #949494. Windows color (decimal): -3512833 or 16737738. OLE color: 16737738.
HSL color Cylindrical-coordinate representation of color #CA65FF: hue angle of 279.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA65FF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 101 | 255 | - |
| CMYK | 0.21 | 0.60 | 0 | 0 |
| HSL | 279.35º | 1% | 0.7% | - |
| HSV(B) | 279.35º | 0.6% | 1% | - |
| XYZ | 47.06 | 29.08 | 97.74 | - |
| YUV | 148.76 | 187.96 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 255 | 0.21 | 0.60 | 0 | 0 | 279.35 | 1 | 0.7 |
| Hex | CA | 65 | FF | 15 | 3C | 0 | 0 | 117 | 64 | 46 |
| Octal | 312 | 145 | 377 | 25 | 74 | 0 | 0 | 427 | 144 | 106 |
| Binary | 11001010 | 1100101 | 11111111 | 10101 | 111100 | 0 | 0 | 100010111 | 1100100 | 1000110 |
Color Harmonies of #CA65FF
Complementary color
Monochromatic Colors of #CA65FF
Black with #CA65FF
Text Example
Text Example
White with #CA65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65FF; }
p { color: rgb(202,101,255); }
H1.HeaderClassName
{
color: #CA65FF;
}
.AnyTagClassName
{
color: #CA65FF;
}
</style>
background-color css
<style>
a { background-color: #CA65FF; }
a { background-color: rgb(202,101,255); }
div.DivClassName
{
background-color: #CA65FF;
}
.BgClassName
{
background-color: #CA65FF;
}
</style>
border-color css
<style>
span { border-color: #CA65FF; }
span { border-color: rgb(202,101,255); }
td.TdClassName
{
border-color: #CA65FF;
}
.TagClassName
{
border-color: #CA65FF;
}
</style>