Shades of Heliotrope #CA7DFF
Tints of Heliotrope #CA7DFF
RGB
CMYK
RGB Variations
Color information
#CA7DFF (or 0xCA7DFF) is known color: Heliotrope. HEX triplet: CA, 7D and FF. RGB value is (202,125,255). Sum of RGB (Red+Green+Blue) = 202+125+255=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DFF is #358200. Grayscale: #A2A2A2. Windows color (decimal): -3506689 or 16743882. OLE color: 16743882.
HSL color Cylindrical-coordinate representation of color #CA7DFF: hue angle of 275.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7DFF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 125 | 255 | - |
| CMYK | 0.21 | 0.51 | 0 | 0 |
| HSL | 275.54º | 1% | 0.75% | - |
| HSV(B) | 275.54º | 0.51% | 1% | - |
| XYZ | 49.74 | 34.44 | 98.63 | - |
| YUV | 162.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 255 | 0.21 | 0.51 | 0 | 0 | 275.54 | 1 | 0.75 |
| Hex | CA | 7D | FF | 15 | 33 | 0 | 0 | 114 | 64 | 4B |
| Octal | 312 | 175 | 377 | 25 | 63 | 0 | 0 | 424 | 144 | 113 |
| Binary | 11001010 | 1111101 | 11111111 | 10101 | 110011 | 0 | 0 | 100010100 | 1100100 | 1001011 |
Color Harmonies of #CA7DFF
Complementary color
Monochromatic Colors of #CA7DFF
Black with #CA7DFF
Text Example
Text Example
White with #CA7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DFF; }
p { color: rgb(202,125,255); }
H1.HeaderClassName
{
color: #CA7DFF;
}
.AnyTagClassName
{
color: #CA7DFF;
}
</style>
background-color css
<style>
a { background-color: #CA7DFF; }
a { background-color: rgb(202,125,255); }
div.DivClassName
{
background-color: #CA7DFF;
}
.BgClassName
{
background-color: #CA7DFF;
}
</style>
border-color css
<style>
span { border-color: #CA7DFF; }
span { border-color: rgb(202,125,255); }
td.TdClassName
{
border-color: #CA7DFF;
}
.TagClassName
{
border-color: #CA7DFF;
}
</style>