Shades of Heliotrope #CA7BFA
Tints of Heliotrope #CA7BFA
RGB
CMYK
RGB Variations
Color information
#CA7BFA (or 0xCA7BFA) is known color: Heliotrope. HEX triplet: CA, 7B and FA. RGB value is (202,123,250). Sum of RGB (Red+Green+Blue) = 202+123+250=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BFA is #358405. Grayscale: #A0A0A0. Windows color (decimal): -3507206 or 16415690. OLE color: 16415690.
HSL color Cylindrical-coordinate representation of color #CA7BFA: hue angle of 277.32º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7BFA is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 123 | 250 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.02 |
| HSL | 277.32º | 0.93% | 0.73% | - |
| HSV(B) | 277.32º | 0.51% | 0.98% | - |
| XYZ | 48.7 | 33.62 | 94.37 | - |
| YUV | 161.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 250 | 0.19 | 0.51 | 0 | 0.02 | 277.32 | 0.93 | 0.73 |
| Hex | CA | 7B | FA | 13 | 33 | 0 | 2 | 115 | 5D | 49 |
| Octal | 312 | 173 | 372 | 23 | 63 | 0 | 2 | 425 | 135 | 111 |
| Binary | 11001010 | 1111011 | 11111010 | 10011 | 110011 | 0 | 10 | 100010101 | 1011101 | 1001001 |
Color Harmonies of #CA7BFA
Complementary color
Monochromatic Colors of #CA7BFA
Black with #CA7BFA
Text Example
Text Example
White with #CA7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BFA; }
p { color: rgb(202,123,250); }
H1.HeaderClassName
{
color: #CA7BFA;
}
.AnyTagClassName
{
color: #CA7BFA;
}
</style>
background-color css
<style>
a { background-color: #CA7BFA; }
a { background-color: rgb(202,123,250); }
div.DivClassName
{
background-color: #CA7BFA;
}
.BgClassName
{
background-color: #CA7BFA;
}
</style>
border-color css
<style>
span { border-color: #CA7BFA; }
span { border-color: rgb(202,123,250); }
td.TdClassName
{
border-color: #CA7BFA;
}
.TagClassName
{
border-color: #CA7BFA;
}
</style>