Shades of Heliotrope #CA73FF
Tints of Heliotrope #CA73FF
RGB
CMYK
RGB Variations
Color information
#CA73FF (or 0xCA73FF) is known color: Heliotrope. HEX triplet: CA, 73 and FF. RGB value is (202,115,255). Sum of RGB (Red+Green+Blue) = 202+115+255=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73FF is #358C00. Grayscale: #9C9C9C. Windows color (decimal): -3509249 or 16741322. OLE color: 16741322.
HSL color Cylindrical-coordinate representation of color #CA73FF: hue angle of 277.29º 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 #CA73FF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 115 | 255 | - |
| CMYK | 0.21 | 0.55 | 0 | 0 |
| HSL | 277.29º | 1% | 0.73% | - |
| HSV(B) | 277.29º | 0.55% | 1% | - |
| XYZ | 48.54 | 32.04 | 98.23 | - |
| YUV | 156.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 255 | 0.21 | 0.55 | 0 | 0 | 277.29 | 1 | 0.73 |
| Hex | CA | 73 | FF | 15 | 37 | 0 | 0 | 115 | 64 | 49 |
| Octal | 312 | 163 | 377 | 25 | 67 | 0 | 0 | 425 | 144 | 111 |
| Binary | 11001010 | 1110011 | 11111111 | 10101 | 110111 | 0 | 0 | 100010101 | 1100100 | 1001001 |
Color Harmonies of #CA73FF
Complementary color
Monochromatic Colors of #CA73FF
Black with #CA73FF
Text Example
Text Example
White with #CA73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73FF; }
p { color: rgb(202,115,255); }
H1.HeaderClassName
{
color: #CA73FF;
}
.AnyTagClassName
{
color: #CA73FF;
}
</style>
background-color css
<style>
a { background-color: #CA73FF; }
a { background-color: rgb(202,115,255); }
div.DivClassName
{
background-color: #CA73FF;
}
.BgClassName
{
background-color: #CA73FF;
}
</style>
border-color css
<style>
span { border-color: #CA73FF; }
span { border-color: rgb(202,115,255); }
td.TdClassName
{
border-color: #CA73FF;
}
.TagClassName
{
border-color: #CA73FF;
}
</style>