Shades of Heliotrope #CA7EFA
Tints of Heliotrope #CA7EFA
RGB
CMYK
RGB Variations
Color information
#CA7EFA (or 0xCA7EFA) is known color: Heliotrope. HEX triplet: CA, 7E and FA. RGB value is (202,126,250). Sum of RGB (Red+Green+Blue) = 202+126+250=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA7EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7EFA is #358105. Grayscale: #A2A2A2. Windows color (decimal): -3506438 or 16416458. OLE color: 16416458.
HSL color Cylindrical-coordinate representation of color #CA7EFA: hue angle of 276.77º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7EFA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 126 | 250 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.02 |
| HSL | 276.77º | 0.93% | 0.74% | - |
| HSV(B) | 276.77º | 0.5% | 0.98% | - |
| XYZ | 49.07 | 34.38 | 94.49 | - |
| YUV | 162.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 250 | 0.19 | 0.50 | 0 | 0.02 | 276.77 | 0.93 | 0.74 |
| Hex | CA | 7E | FA | 13 | 32 | 0 | 2 | 115 | 5D | 4A |
| Octal | 312 | 176 | 372 | 23 | 62 | 0 | 2 | 425 | 135 | 112 |
| Binary | 11001010 | 1111110 | 11111010 | 10011 | 110010 | 0 | 10 | 100010101 | 1011101 | 1001010 |
Color Harmonies of #CA7EFA
Complementary color
Monochromatic Colors of #CA7EFA
Black with #CA7EFA
Text Example
Text Example
White with #CA7EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7EFA; }
p { color: rgb(202,126,250); }
H1.HeaderClassName
{
color: #CA7EFA;
}
.AnyTagClassName
{
color: #CA7EFA;
}
</style>
background-color css
<style>
a { background-color: #CA7EFA; }
a { background-color: rgb(202,126,250); }
div.DivClassName
{
background-color: #CA7EFA;
}
.BgClassName
{
background-color: #CA7EFA;
}
</style>
border-color css
<style>
span { border-color: #CA7EFA; }
span { border-color: rgb(202,126,250); }
td.TdClassName
{
border-color: #CA7EFA;
}
.TagClassName
{
border-color: #CA7EFA;
}
</style>