Shades of Heliotrope #CA6BFA
Tints of Heliotrope #CA6BFA
RGB
CMYK
RGB Variations
Color information
#CA6BFA (or 0xCA6BFA) is known color: Heliotrope. HEX triplet: CA, 6B and FA. RGB value is (202,107,250). Sum of RGB (Red+Green+Blue) = 202+107+250=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BFA is #359405. Grayscale: #979797. Windows color (decimal): -3511302 or 16411594. OLE color: 16411594.
HSL color Cylindrical-coordinate representation of color #CA6BFA: hue angle of 279.86º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA6BFA is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 107 | 250 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.02 |
| HSL | 279.86º | 0.93% | 0.7% | - |
| HSV(B) | 279.86º | 0.57% | 0.98% | - |
| XYZ | 46.87 | 29.97 | 93.76 | - |
| YUV | 151.71 | 183.47 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 250 | 0.19 | 0.57 | 0 | 0.02 | 279.86 | 0.93 | 0.7 |
| Hex | CA | 6B | FA | 13 | 39 | 0 | 2 | 118 | 5D | 46 |
| Octal | 312 | 153 | 372 | 23 | 71 | 0 | 2 | 430 | 135 | 106 |
| Binary | 11001010 | 1101011 | 11111010 | 10011 | 111001 | 0 | 10 | 100011000 | 1011101 | 1000110 |
Color Harmonies of #CA6BFA
Complementary color
Monochromatic Colors of #CA6BFA
Black with #CA6BFA
Text Example
Text Example
White with #CA6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BFA; }
p { color: rgb(202,107,250); }
H1.HeaderClassName
{
color: #CA6BFA;
}
.AnyTagClassName
{
color: #CA6BFA;
}
</style>
background-color css
<style>
a { background-color: #CA6BFA; }
a { background-color: rgb(202,107,250); }
div.DivClassName
{
background-color: #CA6BFA;
}
.BgClassName
{
background-color: #CA6BFA;
}
</style>
border-color css
<style>
span { border-color: #CA6BFA; }
span { border-color: rgb(202,107,250); }
td.TdClassName
{
border-color: #CA6BFA;
}
.TagClassName
{
border-color: #CA6BFA;
}
</style>