Shades of Heliotrope #CA6FFA
Tints of Heliotrope #CA6FFA
RGB
CMYK
RGB Variations
Color information
#CA6FFA (or 0xCA6FFA) is known color: Heliotrope. HEX triplet: CA, 6F and FA. RGB value is (202,111,250). Sum of RGB (Red+Green+Blue) = 202+111+250=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA6FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FFA is #359005. Grayscale: #999999. Windows color (decimal): -3510278 or 16412618. OLE color: 16412618.
HSL color Cylindrical-coordinate representation of color #CA6FFA: hue angle of 279.28º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6FFA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 111 | 250 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.02 |
| HSL | 279.28º | 0.93% | 0.71% | - |
| HSV(B) | 279.28º | 0.56% | 0.98% | - |
| XYZ | 47.3 | 30.83 | 93.9 | - |
| YUV | 154.06 | 182.15 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 250 | 0.19 | 0.56 | 0 | 0.02 | 279.28 | 0.93 | 0.71 |
| Hex | CA | 6F | FA | 13 | 38 | 0 | 2 | 117 | 5D | 47 |
| Octal | 312 | 157 | 372 | 23 | 70 | 0 | 2 | 427 | 135 | 107 |
| Binary | 11001010 | 1101111 | 11111010 | 10011 | 111000 | 0 | 10 | 100010111 | 1011101 | 1000111 |
Color Harmonies of #CA6FFA
Complementary color
Monochromatic Colors of #CA6FFA
Black with #CA6FFA
Text Example
Text Example
White with #CA6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FFA; }
p { color: rgb(202,111,250); }
H1.HeaderClassName
{
color: #CA6FFA;
}
.AnyTagClassName
{
color: #CA6FFA;
}
</style>
background-color css
<style>
a { background-color: #CA6FFA; }
a { background-color: rgb(202,111,250); }
div.DivClassName
{
background-color: #CA6FFA;
}
.BgClassName
{
background-color: #CA6FFA;
}
</style>
border-color css
<style>
span { border-color: #CA6FFA; }
span { border-color: rgb(202,111,250); }
td.TdClassName
{
border-color: #CA6FFA;
}
.TagClassName
{
border-color: #CA6FFA;
}
</style>