Shades of Heliotrope #CA7DF8
Tints of Heliotrope #CA7DF8
RGB
CMYK
RGB Variations
Color information
#CA7DF8 (or 0xCA7DF8) is known color: Heliotrope. HEX triplet: CA, 7D and F8. RGB value is (202,125,248). Sum of RGB (Red+Green+Blue) = 202+125+248=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA7DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DF8 is #358207. Grayscale: #A1A1A1. Windows color (decimal): -3506696 or 16285130. OLE color: 16285130.
HSL color Cylindrical-coordinate representation of color #CA7DF8: hue angle of 277.56º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7DF8 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 125 | 248 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.03 |
| HSL | 277.56º | 0.9% | 0.73% | - |
| HSV(B) | 277.56º | 0.5% | 0.97% | - |
| XYZ | 48.63 | 34 | 92.81 | - |
| YUV | 162.05 | 176.51 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 248 | 0.19 | 0.50 | 0 | 0.03 | 277.56 | 0.9 | 0.73 |
| Hex | CA | 7D | F8 | 13 | 32 | 0 | 3 | 116 | 5A | 49 |
| Octal | 312 | 175 | 370 | 23 | 62 | 0 | 3 | 426 | 132 | 111 |
| Binary | 11001010 | 1111101 | 11111000 | 10011 | 110010 | 0 | 11 | 100010110 | 1011010 | 1001001 |
Color Harmonies of #CA7DF8
Complementary color
Monochromatic Colors of #CA7DF8
Black with #CA7DF8
Text Example
Text Example
White with #CA7DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DF8; }
p { color: rgb(202,125,248); }
H1.HeaderClassName
{
color: #CA7DF8;
}
.AnyTagClassName
{
color: #CA7DF8;
}
</style>
background-color css
<style>
a { background-color: #CA7DF8; }
a { background-color: rgb(202,125,248); }
div.DivClassName
{
background-color: #CA7DF8;
}
.BgClassName
{
background-color: #CA7DF8;
}
</style>
border-color css
<style>
span { border-color: #CA7DF8; }
span { border-color: rgb(202,125,248); }
td.TdClassName
{
border-color: #CA7DF8;
}
.TagClassName
{
border-color: #CA7DF8;
}
</style>