Shades of Heliotrope #CA6DED
Tints of Heliotrope #CA6DED
RGB
CMYK
RGB Variations
Color information
#CA6DED (or 0xCA6DED) is known color: Heliotrope. HEX triplet: CA, 6D and ED. RGB value is (202,109,237). Sum of RGB (Red+Green+Blue) = 202+109+237=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DED is #359212. Grayscale: #969696. Windows color (decimal): -3510803 or 15560138. OLE color: 15560138.
HSL color Cylindrical-coordinate representation of color #CA6DED: hue angle of 283.59º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA6DED is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 109 | 237 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.07 |
| HSL | 283.59º | 0.78% | 0.68% | - |
| HSV(B) | 283.59º | 0.54% | 0.93% | - |
| XYZ | 45.11 | 29.61 | 83.46 | - |
| YUV | 151.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 237 | 0.15 | 0.54 | 0 | 0.07 | 283.59 | 0.78 | 0.68 |
| Hex | CA | 6D | ED | F | 36 | 0 | 7 | 11C | 4E | 44 |
| Octal | 312 | 155 | 355 | 17 | 66 | 0 | 7 | 434 | 116 | 104 |
| Binary | 11001010 | 1101101 | 11101101 | 1111 | 110110 | 0 | 111 | 100011100 | 1001110 | 1000100 |
Color Harmonies of #CA6DED
Complementary color
Monochromatic Colors of #CA6DED
Black with #CA6DED
Text Example
Text Example
White with #CA6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DED; }
p { color: rgb(202,109,237); }
H1.HeaderClassName
{
color: #CA6DED;
}
.AnyTagClassName
{
color: #CA6DED;
}
</style>
background-color css
<style>
a { background-color: #CA6DED; }
a { background-color: rgb(202,109,237); }
div.DivClassName
{
background-color: #CA6DED;
}
.BgClassName
{
background-color: #CA6DED;
}
</style>
border-color css
<style>
span { border-color: #CA6DED; }
span { border-color: rgb(202,109,237); }
td.TdClassName
{
border-color: #CA6DED;
}
.TagClassName
{
border-color: #CA6DED;
}
</style>