Shades of Heliotrope #CA65FA
Tints of Heliotrope #CA65FA
RGB
CMYK
RGB Variations
Color information
#CA65FA (or 0xCA65FA) is known color: Heliotrope. HEX triplet: CA, 65 and FA. RGB value is (202,101,250). Sum of RGB (Red+Green+Blue) = 202+101+250=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA65FA is #359A05. Grayscale: #939393. Windows color (decimal): -3512838 or 16410058. OLE color: 16410058.
HSL color Cylindrical-coordinate representation of color #CA65FA: hue angle of 280.67º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA65FA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 101 | 250 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.02 |
| HSL | 280.67º | 0.94% | 0.69% | - |
| HSV(B) | 280.67º | 0.6% | 0.98% | - |
| XYZ | 46.27 | 28.77 | 93.56 | - |
| YUV | 148.19 | 185.46 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 250 | 0.19 | 0.60 | 0 | 0.02 | 280.67 | 0.94 | 0.69 |
| Hex | CA | 65 | FA | 13 | 3C | 0 | 2 | 119 | 5E | 45 |
| Octal | 312 | 145 | 372 | 23 | 74 | 0 | 2 | 431 | 136 | 105 |
| Binary | 11001010 | 1100101 | 11111010 | 10011 | 111100 | 0 | 10 | 100011001 | 1011110 | 1000101 |
Color Harmonies of #CA65FA
Complementary color
Monochromatic Colors of #CA65FA
Black with #CA65FA
Text Example
Text Example
White with #CA65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65FA; }
p { color: rgb(202,101,250); }
H1.HeaderClassName
{
color: #CA65FA;
}
.AnyTagClassName
{
color: #CA65FA;
}
</style>
background-color css
<style>
a { background-color: #CA65FA; }
a { background-color: rgb(202,101,250); }
div.DivClassName
{
background-color: #CA65FA;
}
.BgClassName
{
background-color: #CA65FA;
}
</style>
border-color css
<style>
span { border-color: #CA65FA; }
span { border-color: rgb(202,101,250); }
td.TdClassName
{
border-color: #CA65FA;
}
.TagClassName
{
border-color: #CA65FA;
}
</style>