Shades of Heliotrope #CA81FE
Tints of Heliotrope #CA81FE
RGB
CMYK
RGB Variations
Color information
#CA81FE (or 0xCA81FE) is known color: Heliotrope. HEX triplet: CA, 81 and FE. RGB value is (202,129,254). Sum of RGB (Red+Green+Blue) = 202+129+254=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA81FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA81FE is #357E01. Grayscale: #A4A4A4. Windows color (decimal): -3505666 or 16679370. OLE color: 16679370.
HSL color Cylindrical-coordinate representation of color #CA81FE: hue angle of 275.04º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA81FE is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 129 | 254 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.00 |
| HSL | 275.04º | 0.98% | 0.75% | - |
| HSV(B) | 275.04º | 0.49% | 1% | - |
| XYZ | 50.1 | 35.41 | 97.96 | - |
| YUV | 165.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 254 | 0.20 | 0.49 | 0 | 0.00 | 275.04 | 0.98 | 0.75 |
| Hex | CA | 81 | FE | 14 | 31 | 0 | 0 | 113 | 62 | 4B |
| Octal | 312 | 201 | 376 | 24 | 61 | 0 | 0 | 423 | 142 | 113 |
| Binary | 11001010 | 10000001 | 11111110 | 10100 | 110001 | 0 | 0 | 100010011 | 1100010 | 1001011 |
Color Harmonies of #CA81FE
Complementary color
Monochromatic Colors of #CA81FE
Black with #CA81FE
Text Example
Text Example
White with #CA81FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81FE; }
p { color: rgb(202,129,254); }
H1.HeaderClassName
{
color: #CA81FE;
}
.AnyTagClassName
{
color: #CA81FE;
}
</style>
background-color css
<style>
a { background-color: #CA81FE; }
a { background-color: rgb(202,129,254); }
div.DivClassName
{
background-color: #CA81FE;
}
.BgClassName
{
background-color: #CA81FE;
}
</style>
border-color css
<style>
span { border-color: #CA81FE; }
span { border-color: rgb(202,129,254); }
td.TdClassName
{
border-color: #CA81FE;
}
.TagClassName
{
border-color: #CA81FE;
}
</style>