Shades of Heliotrope #CA6FED
Tints of Heliotrope #CA6FED
RGB
CMYK
RGB Variations
Color information
#CA6FED (or 0xCA6FED) is known color: Heliotrope. HEX triplet: CA, 6F and ED. RGB value is (202,111,237). Sum of RGB (Red+Green+Blue) = 202+111+237=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FED is #359012. Grayscale: #989898. Windows color (decimal): -3510291 or 15560650. OLE color: 15560650.
HSL color Cylindrical-coordinate representation of color #CA6FED: hue angle of 283.33º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA6FED is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 111 | 237 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.07 |
| HSL | 283.33º | 0.78% | 0.68% | - |
| HSV(B) | 283.33º | 0.53% | 0.93% | - |
| XYZ | 45.33 | 30.04 | 83.53 | - |
| YUV | 152.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 237 | 0.15 | 0.53 | 0 | 0.07 | 283.33 | 0.78 | 0.68 |
| Hex | CA | 6F | ED | F | 35 | 0 | 7 | 11B | 4E | 44 |
| Octal | 312 | 157 | 355 | 17 | 65 | 0 | 7 | 433 | 116 | 104 |
| Binary | 11001010 | 1101111 | 11101101 | 1111 | 110101 | 0 | 111 | 100011011 | 1001110 | 1000100 |
Color Harmonies of #CA6FED
Complementary color
Monochromatic Colors of #CA6FED
Black with #CA6FED
Text Example
Text Example
White with #CA6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FED; }
p { color: rgb(202,111,237); }
H1.HeaderClassName
{
color: #CA6FED;
}
.AnyTagClassName
{
color: #CA6FED;
}
</style>
background-color css
<style>
a { background-color: #CA6FED; }
a { background-color: rgb(202,111,237); }
div.DivClassName
{
background-color: #CA6FED;
}
.BgClassName
{
background-color: #CA6FED;
}
</style>
border-color css
<style>
span { border-color: #CA6FED; }
span { border-color: rgb(202,111,237); }
td.TdClassName
{
border-color: #CA6FED;
}
.TagClassName
{
border-color: #CA6FED;
}
</style>