Shades of Heliotrope #CA5DF6
Tints of Heliotrope #CA5DF6
RGB
CMYK
RGB Variations
Color information
#CA5DF6 (or 0xCA5DF6) is known color: Heliotrope. HEX triplet: CA, 5D and F6. RGB value is (202,93,246). Sum of RGB (Red+Green+Blue) = 202+93+246=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA5DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DF6 is #35A209. Grayscale: #8E8E8E. Windows color (decimal): -3514890 or 16145866. OLE color: 16145866.
HSL color Cylindrical-coordinate representation of color #CA5DF6: hue angle of 282.75º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5DF6 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 93 | 246 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.04 |
| HSL | 282.75º | 0.89% | 0.66% | - |
| HSV(B) | 282.75º | 0.62% | 0.96% | - |
| XYZ | 44.91 | 27.04 | 90.04 | - |
| YUV | 143.03 | 186.11 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 246 | 0.18 | 0.62 | 0 | 0.04 | 282.75 | 0.89 | 0.66 |
| Hex | CA | 5D | F6 | 12 | 3E | 0 | 4 | 11B | 59 | 42 |
| Octal | 312 | 135 | 366 | 22 | 76 | 0 | 4 | 433 | 131 | 102 |
| Binary | 11001010 | 1011101 | 11110110 | 10010 | 111110 | 0 | 100 | 100011011 | 1011001 | 1000010 |
Color Harmonies of #CA5DF6
Complementary color
Monochromatic Colors of #CA5DF6
Black with #CA5DF6
Text Example
Text Example
White with #CA5DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DF6; }
p { color: rgb(202,93,246); }
H1.HeaderClassName
{
color: #CA5DF6;
}
.AnyTagClassName
{
color: #CA5DF6;
}
</style>
background-color css
<style>
a { background-color: #CA5DF6; }
a { background-color: rgb(202,93,246); }
div.DivClassName
{
background-color: #CA5DF6;
}
.BgClassName
{
background-color: #CA5DF6;
}
</style>
border-color css
<style>
span { border-color: #CA5DF6; }
span { border-color: rgb(202,93,246); }
td.TdClassName
{
border-color: #CA5DF6;
}
.TagClassName
{
border-color: #CA5DF6;
}
</style>