Shades of Heliotrope #CA68FA
Tints of Heliotrope #CA68FA
RGB
CMYK
RGB Variations
Color information
#CA68FA (or 0xCA68FA) is known color: Heliotrope. HEX triplet: CA, 68 and FA. RGB value is (202,104,250). Sum of RGB (Red+Green+Blue) = 202+104+250=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68FA is #359705. Grayscale: #959595. Windows color (decimal): -3512070 or 16410826. OLE color: 16410826.
HSL color Cylindrical-coordinate representation of color #CA68FA: hue angle of 280.27º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA68FA is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 104 | 250 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.02 |
| HSL | 280.27º | 0.94% | 0.69% | - |
| HSV(B) | 280.27º | 0.58% | 0.98% | - |
| XYZ | 46.56 | 29.36 | 93.66 | - |
| YUV | 149.95 | 184.47 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 250 | 0.19 | 0.58 | 0 | 0.02 | 280.27 | 0.94 | 0.69 |
| Hex | CA | 68 | FA | 13 | 3A | 0 | 2 | 118 | 5E | 45 |
| Octal | 312 | 150 | 372 | 23 | 72 | 0 | 2 | 430 | 136 | 105 |
| Binary | 11001010 | 1101000 | 11111010 | 10011 | 111010 | 0 | 10 | 100011000 | 1011110 | 1000101 |
Color Harmonies of #CA68FA
Complementary color
Monochromatic Colors of #CA68FA
Black with #CA68FA
Text Example
Text Example
White with #CA68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68FA; }
p { color: rgb(202,104,250); }
H1.HeaderClassName
{
color: #CA68FA;
}
.AnyTagClassName
{
color: #CA68FA;
}
</style>
background-color css
<style>
a { background-color: #CA68FA; }
a { background-color: rgb(202,104,250); }
div.DivClassName
{
background-color: #CA68FA;
}
.BgClassName
{
background-color: #CA68FA;
}
</style>
border-color css
<style>
span { border-color: #CA68FA; }
span { border-color: rgb(202,104,250); }
td.TdClassName
{
border-color: #CA68FA;
}
.TagClassName
{
border-color: #CA68FA;
}
</style>