Shades of Heliotrope #CA7BEB
Tints of Heliotrope #CA7BEB
RGB
CMYK
RGB Variations
Color information
#CA7BEB (or 0xCA7BEB) is known color: Heliotrope. HEX triplet: CA, 7B and EB. RGB value is (202,123,235). Sum of RGB (Red+Green+Blue) = 202+123+235=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA7BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BEB is #358414. Grayscale: #9F9F9F. Windows color (decimal): -3507221 or 15432650. OLE color: 15432650.
HSL color Cylindrical-coordinate representation of color #CA7BEB: hue angle of 282.32º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA7BEB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 123 | 235 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.08 |
| HSL | 282.32º | 0.74% | 0.7% | - |
| HSV(B) | 282.32º | 0.48% | 0.92% | - |
| XYZ | 46.44 | 32.72 | 82.47 | - |
| YUV | 159.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 235 | 0.14 | 0.48 | 0 | 0.08 | 282.32 | 0.74 | 0.7 |
| Hex | CA | 7B | EB | E | 30 | 0 | 8 | 11A | 4A | 46 |
| Octal | 312 | 173 | 353 | 16 | 60 | 0 | 10 | 432 | 112 | 106 |
| Binary | 11001010 | 1111011 | 11101011 | 1110 | 110000 | 0 | 1000 | 100011010 | 1001010 | 1000110 |
Color Harmonies of #CA7BEB
Complementary color
Monochromatic Colors of #CA7BEB
Black with #CA7BEB
Text Example
Text Example
White with #CA7BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BEB; }
p { color: rgb(202,123,235); }
H1.HeaderClassName
{
color: #CA7BEB;
}
.AnyTagClassName
{
color: #CA7BEB;
}
</style>
background-color css
<style>
a { background-color: #CA7BEB; }
a { background-color: rgb(202,123,235); }
div.DivClassName
{
background-color: #CA7BEB;
}
.BgClassName
{
background-color: #CA7BEB;
}
</style>
border-color css
<style>
span { border-color: #CA7BEB; }
span { border-color: rgb(202,123,235); }
td.TdClassName
{
border-color: #CA7BEB;
}
.TagClassName
{
border-color: #CA7BEB;
}
</style>