Shades of Heliotrope #CA6CE7
Tints of Heliotrope #CA6CE7
RGB
CMYK
RGB Variations
Color information
#CA6CE7 (or 0xCA6CE7) is known color: Heliotrope. HEX triplet: CA, 6C and E7. RGB value is (202,108,231). Sum of RGB (Red+Green+Blue) = 202+108+231=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA6CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CE7 is #359318. Grayscale: #959595. Windows color (decimal): -3511065 or 15166666. OLE color: 15166666.
HSL color Cylindrical-coordinate representation of color #CA6CE7: hue angle of 285.85º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA6CE7 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 108 | 231 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.09 |
| HSL | 285.85º | 0.72% | 0.66% | - |
| HSV(B) | 285.85º | 0.53% | 0.91% | - |
| XYZ | 44.14 | 29.05 | 78.88 | - |
| YUV | 150.13 | 173.64 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 231 | 0.13 | 0.53 | 0 | 0.09 | 285.85 | 0.72 | 0.66 |
| Hex | CA | 6C | E7 | D | 35 | 0 | 9 | 11E | 48 | 42 |
| Octal | 312 | 154 | 347 | 15 | 65 | 0 | 11 | 436 | 110 | 102 |
| Binary | 11001010 | 1101100 | 11100111 | 1101 | 110101 | 0 | 1001 | 100011110 | 1001000 | 1000010 |
Color Harmonies of #CA6CE7
Complementary color
Monochromatic Colors of #CA6CE7
Black with #CA6CE7
Text Example
Text Example
White with #CA6CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CE7; }
p { color: rgb(202,108,231); }
H1.HeaderClassName
{
color: #CA6CE7;
}
.AnyTagClassName
{
color: #CA6CE7;
}
</style>
background-color css
<style>
a { background-color: #CA6CE7; }
a { background-color: rgb(202,108,231); }
div.DivClassName
{
background-color: #CA6CE7;
}
.BgClassName
{
background-color: #CA6CE7;
}
</style>
border-color css
<style>
span { border-color: #CA6CE7; }
span { border-color: rgb(202,108,231); }
td.TdClassName
{
border-color: #CA6CE7;
}
.TagClassName
{
border-color: #CA6CE7;
}
</style>