Shades of Heliotrope #CA61EF
Tints of Heliotrope #CA61EF
RGB
CMYK
RGB Variations
Color information
#CA61EF (or 0xCA61EF) is known color: Heliotrope. HEX triplet: CA, 61 and EF. RGB value is (202,97,239). Sum of RGB (Red+Green+Blue) = 202+97+239=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA61EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA61EF is #359E10. Grayscale: #909090. Windows color (decimal): -3513873 or 15688138. OLE color: 15688138.
HSL color Cylindrical-coordinate representation of color #CA61EF: hue angle of 284.37º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA61EF is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 97 | 239 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.06 |
| HSL | 284.37º | 0.82% | 0.66% | - |
| HSV(B) | 284.37º | 0.59% | 0.94% | - |
| XYZ | 44.21 | 27.34 | 84.61 | - |
| YUV | 144.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 239 | 0.15 | 0.59 | 0 | 0.06 | 284.37 | 0.82 | 0.66 |
| Hex | CA | 61 | EF | F | 3B | 0 | 6 | 11C | 52 | 42 |
| Octal | 312 | 141 | 357 | 17 | 73 | 0 | 6 | 434 | 122 | 102 |
| Binary | 11001010 | 1100001 | 11101111 | 1111 | 111011 | 0 | 110 | 100011100 | 1010010 | 1000010 |
Color Harmonies of #CA61EF
Complementary color
Monochromatic Colors of #CA61EF
Black with #CA61EF
Text Example
Text Example
White with #CA61EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61EF; }
p { color: rgb(202,97,239); }
H1.HeaderClassName
{
color: #CA61EF;
}
.AnyTagClassName
{
color: #CA61EF;
}
</style>
background-color css
<style>
a { background-color: #CA61EF; }
a { background-color: rgb(202,97,239); }
div.DivClassName
{
background-color: #CA61EF;
}
.BgClassName
{
background-color: #CA61EF;
}
</style>
border-color css
<style>
span { border-color: #CA61EF; }
span { border-color: rgb(202,97,239); }
td.TdClassName
{
border-color: #CA61EF;
}
.TagClassName
{
border-color: #CA61EF;
}
</style>