Shades of Heliotrope #CA74EE
Tints of Heliotrope #CA74EE
RGB
CMYK
RGB Variations
Color information
#CA74EE (or 0xCA74EE) is known color: Heliotrope. HEX triplet: CA, 74 and EE. RGB value is (202,116,238). Sum of RGB (Red+Green+Blue) = 202+116+238=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA74EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74EE is #358B11. Grayscale: #9B9B9B. Windows color (decimal): -3509010 or 15627466. OLE color: 15627466.
HSL color Cylindrical-coordinate representation of color #CA74EE: hue angle of 282.3º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA74EE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 116 | 238 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.07 |
| HSL | 282.3º | 0.78% | 0.69% | - |
| HSV(B) | 282.3º | 0.51% | 0.93% | - |
| XYZ | 46.04 | 31.22 | 84.49 | - |
| YUV | 155.62 | 174.49 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 238 | 0.15 | 0.51 | 0 | 0.07 | 282.3 | 0.78 | 0.69 |
| Hex | CA | 74 | EE | F | 33 | 0 | 7 | 11A | 4E | 45 |
| Octal | 312 | 164 | 356 | 17 | 63 | 0 | 7 | 432 | 116 | 105 |
| Binary | 11001010 | 1110100 | 11101110 | 1111 | 110011 | 0 | 111 | 100011010 | 1001110 | 1000101 |
Color Harmonies of #CA74EE
Complementary color
Monochromatic Colors of #CA74EE
Black with #CA74EE
Text Example
Text Example
White with #CA74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74EE; }
p { color: rgb(202,116,238); }
H1.HeaderClassName
{
color: #CA74EE;
}
.AnyTagClassName
{
color: #CA74EE;
}
</style>
background-color css
<style>
a { background-color: #CA74EE; }
a { background-color: rgb(202,116,238); }
div.DivClassName
{
background-color: #CA74EE;
}
.BgClassName
{
background-color: #CA74EE;
}
</style>
border-color css
<style>
span { border-color: #CA74EE; }
span { border-color: rgb(202,116,238); }
td.TdClassName
{
border-color: #CA74EE;
}
.TagClassName
{
border-color: #CA74EE;
}
</style>