Shades of Heliotrope #CA74EF
Tints of Heliotrope #CA74EF
RGB
CMYK
RGB Variations
Color information
#CA74EF (or 0xCA74EF) is known color: Heliotrope. HEX triplet: CA, 74 and EF. RGB value is (202,116,239). Sum of RGB (Red+Green+Blue) = 202+116+239=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA74EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74EF is #358B10. Grayscale: #9B9B9B. Windows color (decimal): -3509009 or 15693002. OLE color: 15693002.
HSL color Cylindrical-coordinate representation of color #CA74EF: hue angle of 281.95º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA74EF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 116 | 239 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.06 |
| HSL | 281.95º | 0.79% | 0.7% | - |
| HSV(B) | 281.95º | 0.51% | 0.94% | - |
| XYZ | 46.18 | 31.28 | 85.26 | - |
| YUV | 155.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 239 | 0.15 | 0.51 | 0 | 0.06 | 281.95 | 0.79 | 0.7 |
| Hex | CA | 74 | EF | F | 33 | 0 | 6 | 11A | 4F | 46 |
| Octal | 312 | 164 | 357 | 17 | 63 | 0 | 6 | 432 | 117 | 106 |
| Binary | 11001010 | 1110100 | 11101111 | 1111 | 110011 | 0 | 110 | 100011010 | 1001111 | 1000110 |
Color Harmonies of #CA74EF
Complementary color
Monochromatic Colors of #CA74EF
Black with #CA74EF
Text Example
Text Example
White with #CA74EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74EF; }
p { color: rgb(202,116,239); }
H1.HeaderClassName
{
color: #CA74EF;
}
.AnyTagClassName
{
color: #CA74EF;
}
</style>
background-color css
<style>
a { background-color: #CA74EF; }
a { background-color: rgb(202,116,239); }
div.DivClassName
{
background-color: #CA74EF;
}
.BgClassName
{
background-color: #CA74EF;
}
</style>
border-color css
<style>
span { border-color: #CA74EF; }
span { border-color: rgb(202,116,239); }
td.TdClassName
{
border-color: #CA74EF;
}
.TagClassName
{
border-color: #CA74EF;
}
</style>