Shades of Heliotrope #CA6FE9
Tints of Heliotrope #CA6FE9
RGB
CMYK
RGB Variations
Color information
#CA6FE9 (or 0xCA6FE9) is known color: Heliotrope. HEX triplet: CA, 6F and E9. RGB value is (202,111,233). Sum of RGB (Red+Green+Blue) = 202+111+233=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA6FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FE9 is #359016. Grayscale: #979797. Windows color (decimal): -3510295 or 15298506. OLE color: 15298506.
HSL color Cylindrical-coordinate representation of color #CA6FE9: hue angle of 284.75º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6FE9 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 111 | 233 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.09 |
| HSL | 284.75º | 0.73% | 0.67% | - |
| HSV(B) | 284.75º | 0.52% | 0.91% | - |
| XYZ | 44.75 | 29.81 | 80.49 | - |
| YUV | 152.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 233 | 0.13 | 0.52 | 0 | 0.09 | 284.75 | 0.73 | 0.67 |
| Hex | CA | 6F | E9 | D | 34 | 0 | 9 | 11D | 49 | 43 |
| Octal | 312 | 157 | 351 | 15 | 64 | 0 | 11 | 435 | 111 | 103 |
| Binary | 11001010 | 1101111 | 11101001 | 1101 | 110100 | 0 | 1001 | 100011101 | 1001001 | 1000011 |
Color Harmonies of #CA6FE9
Complementary color
Monochromatic Colors of #CA6FE9
Black with #CA6FE9
Text Example
Text Example
White with #CA6FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FE9; }
p { color: rgb(202,111,233); }
H1.HeaderClassName
{
color: #CA6FE9;
}
.AnyTagClassName
{
color: #CA6FE9;
}
</style>
background-color css
<style>
a { background-color: #CA6FE9; }
a { background-color: rgb(202,111,233); }
div.DivClassName
{
background-color: #CA6FE9;
}
.BgClassName
{
background-color: #CA6FE9;
}
</style>
border-color css
<style>
span { border-color: #CA6FE9; }
span { border-color: rgb(202,111,233); }
td.TdClassName
{
border-color: #CA6FE9;
}
.TagClassName
{
border-color: #CA6FE9;
}
</style>