Shades of Heliotrope #CA81F7
Tints of Heliotrope #CA81F7
RGB
CMYK
RGB Variations
Color information
#CA81F7 (or 0xCA81F7) is known color: Heliotrope. HEX triplet: CA, 81 and F7. RGB value is (202,129,247). Sum of RGB (Red+Green+Blue) = 202+129+247=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA81F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA81F7 is #357E08. Grayscale: #A3A3A3. Windows color (decimal): -3505673 or 16220618. OLE color: 16220618.
HSL color Cylindrical-coordinate representation of color #CA81F7: hue angle of 277.12º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA81F7 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 129 | 247 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.03 |
| HSL | 277.12º | 0.88% | 0.74% | - |
| HSV(B) | 277.12º | 0.48% | 0.97% | - |
| XYZ | 49 | 34.97 | 92.16 | - |
| YUV | 164.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 247 | 0.18 | 0.48 | 0 | 0.03 | 277.12 | 0.88 | 0.74 |
| Hex | CA | 81 | F7 | 12 | 30 | 0 | 3 | 115 | 58 | 4A |
| Octal | 312 | 201 | 367 | 22 | 60 | 0 | 3 | 425 | 130 | 112 |
| Binary | 11001010 | 10000001 | 11110111 | 10010 | 110000 | 0 | 11 | 100010101 | 1011000 | 1001010 |
Color Harmonies of #CA81F7
Complementary color
Monochromatic Colors of #CA81F7
Black with #CA81F7
Text Example
Text Example
White with #CA81F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81F7; }
p { color: rgb(202,129,247); }
H1.HeaderClassName
{
color: #CA81F7;
}
.AnyTagClassName
{
color: #CA81F7;
}
</style>
background-color css
<style>
a { background-color: #CA81F7; }
a { background-color: rgb(202,129,247); }
div.DivClassName
{
background-color: #CA81F7;
}
.BgClassName
{
background-color: #CA81F7;
}
</style>
border-color css
<style>
span { border-color: #CA81F7; }
span { border-color: rgb(202,129,247); }
td.TdClassName
{
border-color: #CA81F7;
}
.TagClassName
{
border-color: #CA81F7;
}
</style>