Shades of Heliotrope #CA7EFB
Tints of Heliotrope #CA7EFB
RGB
CMYK
RGB Variations
Color information
#CA7EFB (or 0xCA7EFB) is known color: Heliotrope. HEX triplet: CA, 7E and FB. RGB value is (202,126,251). Sum of RGB (Red+Green+Blue) = 202+126+251=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7EFB is #358104. Grayscale: #A2A2A2. Windows color (decimal): -3506437 or 16481994. OLE color: 16481994.
HSL color Cylindrical-coordinate representation of color #CA7EFB: hue angle of 276.48º degrees, saturation: 0.94, 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 #CA7EFB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 126 | 251 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.02 |
| HSL | 276.48º | 0.94% | 0.74% | - |
| HSV(B) | 276.48º | 0.5% | 0.98% | - |
| XYZ | 49.23 | 34.44 | 95.32 | - |
| YUV | 162.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 251 | 0.20 | 0.50 | 0 | 0.02 | 276.48 | 0.94 | 0.74 |
| Hex | CA | 7E | FB | 14 | 32 | 0 | 2 | 114 | 5E | 4A |
| Octal | 312 | 176 | 373 | 24 | 62 | 0 | 2 | 424 | 136 | 112 |
| Binary | 11001010 | 1111110 | 11111011 | 10100 | 110010 | 0 | 10 | 100010100 | 1011110 | 1001010 |
Color Harmonies of #CA7EFB
Complementary color
Monochromatic Colors of #CA7EFB
Black with #CA7EFB
Text Example
Text Example
White with #CA7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7EFB; }
p { color: rgb(202,126,251); }
H1.HeaderClassName
{
color: #CA7EFB;
}
.AnyTagClassName
{
color: #CA7EFB;
}
</style>
background-color css
<style>
a { background-color: #CA7EFB; }
a { background-color: rgb(202,126,251); }
div.DivClassName
{
background-color: #CA7EFB;
}
.BgClassName
{
background-color: #CA7EFB;
}
</style>
border-color css
<style>
span { border-color: #CA7EFB; }
span { border-color: rgb(202,126,251); }
td.TdClassName
{
border-color: #CA7EFB;
}
.TagClassName
{
border-color: #CA7EFB;
}
</style>