Shades of Heliotrope #CA74FF
Tints of Heliotrope #CA74FF
RGB
CMYK
RGB Variations
Color information
#CA74FF (or 0xCA74FF) is known color: Heliotrope. HEX triplet: CA, 74 and FF. RGB value is (202,116,255). Sum of RGB (Red+Green+Blue) = 202+116+255=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74FF is #358B00. Grayscale: #9D9D9D. Windows color (decimal): -3508993 or 16741578. OLE color: 16741578.
HSL color Cylindrical-coordinate representation of color #CA74FF: hue angle of 277.12º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA74FF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 116 | 255 | - |
| CMYK | 0.21 | 0.55 | 0 | 0 |
| HSL | 277.12º | 1% | 0.73% | - |
| HSV(B) | 277.12º | 0.55% | 1% | - |
| XYZ | 48.65 | 32.27 | 98.27 | - |
| YUV | 157.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 255 | 0.21 | 0.55 | 0 | 0 | 277.12 | 1 | 0.73 |
| Hex | CA | 74 | FF | 15 | 37 | 0 | 0 | 115 | 64 | 49 |
| Octal | 312 | 164 | 377 | 25 | 67 | 0 | 0 | 425 | 144 | 111 |
| Binary | 11001010 | 1110100 | 11111111 | 10101 | 110111 | 0 | 0 | 100010101 | 1100100 | 1001001 |
Color Harmonies of #CA74FF
Complementary color
Monochromatic Colors of #CA74FF
Black with #CA74FF
Text Example
Text Example
White with #CA74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74FF; }
p { color: rgb(202,116,255); }
H1.HeaderClassName
{
color: #CA74FF;
}
.AnyTagClassName
{
color: #CA74FF;
}
</style>
background-color css
<style>
a { background-color: #CA74FF; }
a { background-color: rgb(202,116,255); }
div.DivClassName
{
background-color: #CA74FF;
}
.BgClassName
{
background-color: #CA74FF;
}
</style>
border-color css
<style>
span { border-color: #CA74FF; }
span { border-color: rgb(202,116,255); }
td.TdClassName
{
border-color: #CA74FF;
}
.TagClassName
{
border-color: #CA74FF;
}
</style>