Shades of Heliotrope #CA7BED
Tints of Heliotrope #CA7BED
RGB
CMYK
RGB Variations
Color information
#CA7BED (or 0xCA7BED) is known color: Heliotrope. HEX triplet: CA, 7B and ED. RGB value is (202,123,237). Sum of RGB (Red+Green+Blue) = 202+123+237=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BED is #358412. Grayscale: #9F9F9F. Windows color (decimal): -3507219 or 15563722. OLE color: 15563722.
HSL color Cylindrical-coordinate representation of color #CA7BED: hue angle of 281.58º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA7BED is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 123 | 237 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.07 |
| HSL | 281.58º | 0.76% | 0.71% | - |
| HSV(B) | 281.58º | 0.48% | 0.93% | - |
| XYZ | 46.73 | 32.84 | 84 | - |
| YUV | 159.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 237 | 0.15 | 0.48 | 0 | 0.07 | 281.58 | 0.76 | 0.71 |
| Hex | CA | 7B | ED | F | 30 | 0 | 7 | 11A | 4C | 47 |
| Octal | 312 | 173 | 355 | 17 | 60 | 0 | 7 | 432 | 114 | 107 |
| Binary | 11001010 | 1111011 | 11101101 | 1111 | 110000 | 0 | 111 | 100011010 | 1001100 | 1000111 |
Color Harmonies of #CA7BED
Complementary color
Monochromatic Colors of #CA7BED
Black with #CA7BED
Text Example
Text Example
White with #CA7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BED; }
p { color: rgb(202,123,237); }
H1.HeaderClassName
{
color: #CA7BED;
}
.AnyTagClassName
{
color: #CA7BED;
}
</style>
background-color css
<style>
a { background-color: #CA7BED; }
a { background-color: rgb(202,123,237); }
div.DivClassName
{
background-color: #CA7BED;
}
.BgClassName
{
background-color: #CA7BED;
}
</style>
border-color css
<style>
span { border-color: #CA7BED; }
span { border-color: rgb(202,123,237); }
td.TdClassName
{
border-color: #CA7BED;
}
.TagClassName
{
border-color: #CA7BED;
}
</style>