Shades of Heliotrope #CA69E8
Tints of Heliotrope #CA69E8
RGB
CMYK
RGB Variations
Color information
#CA69E8 (or 0xCA69E8) is known color: Heliotrope. HEX triplet: CA, 69 and E8. RGB value is (202,105,232). Sum of RGB (Red+Green+Blue) = 202+105+232=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA69E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA69E8 is #359617. Grayscale: #949494. Windows color (decimal): -3511832 or 15231434. OLE color: 15231434.
HSL color Cylindrical-coordinate representation of color #CA69E8: hue angle of 285.83º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA69E8 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 105 | 232 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.09 |
| HSL | 285.83º | 0.73% | 0.66% | - |
| HSV(B) | 285.83º | 0.55% | 0.91% | - |
| XYZ | 43.97 | 28.49 | 79.52 | - |
| YUV | 148.48 | 175.14 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 232 | 0.13 | 0.55 | 0 | 0.09 | 285.83 | 0.73 | 0.66 |
| Hex | CA | 69 | E8 | D | 37 | 0 | 9 | 11E | 49 | 42 |
| Octal | 312 | 151 | 350 | 15 | 67 | 0 | 11 | 436 | 111 | 102 |
| Binary | 11001010 | 1101001 | 11101000 | 1101 | 110111 | 0 | 1001 | 100011110 | 1001001 | 1000010 |
Color Harmonies of #CA69E8
Complementary color
Monochromatic Colors of #CA69E8
Black with #CA69E8
Text Example
Text Example
White with #CA69E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69E8; }
p { color: rgb(202,105,232); }
H1.HeaderClassName
{
color: #CA69E8;
}
.AnyTagClassName
{
color: #CA69E8;
}
</style>
background-color css
<style>
a { background-color: #CA69E8; }
a { background-color: rgb(202,105,232); }
div.DivClassName
{
background-color: #CA69E8;
}
.BgClassName
{
background-color: #CA69E8;
}
</style>
border-color css
<style>
span { border-color: #CA69E8; }
span { border-color: rgb(202,105,232); }
td.TdClassName
{
border-color: #CA69E8;
}
.TagClassName
{
border-color: #CA69E8;
}
</style>