Shades of Heliotrope #CA68FF
Tints of Heliotrope #CA68FF
RGB
CMYK
RGB Variations
Color information
#CA68FF (or 0xCA68FF) is known color: Heliotrope. HEX triplet: CA, 68 and FF. RGB value is (202,104,255). Sum of RGB (Red+Green+Blue) = 202+104+255=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68FF is #359700. Grayscale: #969696. Windows color (decimal): -3512065 or 16738506. OLE color: 16738506.
HSL color Cylindrical-coordinate representation of color #CA68FF: hue angle of 278.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA68FF is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 104 | 255 | - |
| CMYK | 0.21 | 0.59 | 0 | 0 |
| HSL | 278.94º | 1% | 0.7% | - |
| HSV(B) | 278.94º | 0.59% | 1% | - |
| XYZ | 47.36 | 29.68 | 97.84 | - |
| YUV | 150.52 | 186.97 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 255 | 0.21 | 0.59 | 0 | 0 | 278.94 | 1 | 0.7 |
| Hex | CA | 68 | FF | 15 | 3B | 0 | 0 | 117 | 64 | 46 |
| Octal | 312 | 150 | 377 | 25 | 73 | 0 | 0 | 427 | 144 | 106 |
| Binary | 11001010 | 1101000 | 11111111 | 10101 | 111011 | 0 | 0 | 100010111 | 1100100 | 1000110 |
Color Harmonies of #CA68FF
Complementary color
Monochromatic Colors of #CA68FF
Black with #CA68FF
Text Example
Text Example
White with #CA68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68FF; }
p { color: rgb(202,104,255); }
H1.HeaderClassName
{
color: #CA68FF;
}
.AnyTagClassName
{
color: #CA68FF;
}
</style>
background-color css
<style>
a { background-color: #CA68FF; }
a { background-color: rgb(202,104,255); }
div.DivClassName
{
background-color: #CA68FF;
}
.BgClassName
{
background-color: #CA68FF;
}
</style>
border-color css
<style>
span { border-color: #CA68FF; }
span { border-color: rgb(202,104,255); }
td.TdClassName
{
border-color: #CA68FF;
}
.TagClassName
{
border-color: #CA68FF;
}
</style>