Shades of Heliotrope #CA74ED
Tints of Heliotrope #CA74ED
RGB
CMYK
RGB Variations
Color information
#CA74ED (or 0xCA74ED) is known color: Heliotrope. HEX triplet: CA, 74 and ED. RGB value is (202,116,237). Sum of RGB (Red+Green+Blue) = 202+116+237=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74ED is #358B12. Grayscale: #9B9B9B. Windows color (decimal): -3509011 or 15561930. OLE color: 15561930.
HSL color Cylindrical-coordinate representation of color #CA74ED: hue angle of 282.64º degrees, saturation: 0.77, 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 #CA74ED is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 116 | 237 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.07 |
| HSL | 282.64º | 0.77% | 0.69% | - |
| HSV(B) | 282.64º | 0.51% | 0.93% | - |
| XYZ | 45.89 | 31.16 | 83.72 | - |
| YUV | 155.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 237 | 0.15 | 0.51 | 0 | 0.07 | 282.64 | 0.77 | 0.69 |
| Hex | CA | 74 | ED | F | 33 | 0 | 7 | 11B | 4D | 45 |
| Octal | 312 | 164 | 355 | 17 | 63 | 0 | 7 | 433 | 115 | 105 |
| Binary | 11001010 | 1110100 | 11101101 | 1111 | 110011 | 0 | 111 | 100011011 | 1001101 | 1000101 |
Color Harmonies of #CA74ED
Complementary color
Monochromatic Colors of #CA74ED
Black with #CA74ED
Text Example
Text Example
White with #CA74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74ED; }
p { color: rgb(202,116,237); }
H1.HeaderClassName
{
color: #CA74ED;
}
.AnyTagClassName
{
color: #CA74ED;
}
</style>
background-color css
<style>
a { background-color: #CA74ED; }
a { background-color: rgb(202,116,237); }
div.DivClassName
{
background-color: #CA74ED;
}
.BgClassName
{
background-color: #CA74ED;
}
</style>
border-color css
<style>
span { border-color: #CA74ED; }
span { border-color: rgb(202,116,237); }
td.TdClassName
{
border-color: #CA74ED;
}
.TagClassName
{
border-color: #CA74ED;
}
</style>