Shades of Heliotrope #CA67E9
Tints of Heliotrope #CA67E9
RGB
CMYK
RGB Variations
Color information
#CA67E9 (or 0xCA67E9) is known color: Heliotrope. HEX triplet: CA, 67 and E9. RGB value is (202,103,233). Sum of RGB (Red+Green+Blue) = 202+103+233=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA67E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA67E9 is #359816. Grayscale: #939393. Windows color (decimal): -3512343 or 15296458. OLE color: 15296458.
HSL color Cylindrical-coordinate representation of color #CA67E9: hue angle of 285.69º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA67E9 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 103 | 233 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.09 |
| HSL | 285.69º | 0.75% | 0.66% | - |
| HSV(B) | 285.69º | 0.56% | 0.91% | - |
| XYZ | 43.92 | 28.14 | 80.21 | - |
| YUV | 147.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 233 | 0.13 | 0.56 | 0 | 0.09 | 285.69 | 0.75 | 0.66 |
| Hex | CA | 67 | E9 | D | 38 | 0 | 9 | 11E | 4B | 42 |
| Octal | 312 | 147 | 351 | 15 | 70 | 0 | 11 | 436 | 113 | 102 |
| Binary | 11001010 | 1100111 | 11101001 | 1101 | 111000 | 0 | 1001 | 100011110 | 1001011 | 1000010 |
Color Harmonies of #CA67E9
Complementary color
Monochromatic Colors of #CA67E9
Black with #CA67E9
Text Example
Text Example
White with #CA67E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67E9; }
p { color: rgb(202,103,233); }
H1.HeaderClassName
{
color: #CA67E9;
}
.AnyTagClassName
{
color: #CA67E9;
}
</style>
background-color css
<style>
a { background-color: #CA67E9; }
a { background-color: rgb(202,103,233); }
div.DivClassName
{
background-color: #CA67E9;
}
.BgClassName
{
background-color: #CA67E9;
}
</style>
border-color css
<style>
span { border-color: #CA67E9; }
span { border-color: rgb(202,103,233); }
td.TdClassName
{
border-color: #CA67E9;
}
.TagClassName
{
border-color: #CA67E9;
}
</style>