Shades of Heliotrope #CA81FB
Tints of Heliotrope #CA81FB
RGB
CMYK
RGB Variations
Color information
#CA81FB (or 0xCA81FB) is known color: Heliotrope. HEX triplet: CA, 81 and FB. RGB value is (202,129,251). Sum of RGB (Red+Green+Blue) = 202+129+251=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA81FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA81FB is #357E04. Grayscale: #A4A4A4. Windows color (decimal): -3505669 or 16482762. OLE color: 16482762.
HSL color Cylindrical-coordinate representation of color #CA81FB: hue angle of 275.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA81FB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 129 | 251 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.02 |
| HSL | 275.9º | 0.94% | 0.75% | - |
| HSV(B) | 275.9º | 0.49% | 0.98% | - |
| XYZ | 49.62 | 35.22 | 95.45 | - |
| YUV | 164.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 251 | 0.20 | 0.49 | 0 | 0.02 | 275.9 | 0.94 | 0.75 |
| Hex | CA | 81 | FB | 14 | 31 | 0 | 2 | 114 | 5E | 4B |
| Octal | 312 | 201 | 373 | 24 | 61 | 0 | 2 | 424 | 136 | 113 |
| Binary | 11001010 | 10000001 | 11111011 | 10100 | 110001 | 0 | 10 | 100010100 | 1011110 | 1001011 |
Color Harmonies of #CA81FB
Complementary color
Monochromatic Colors of #CA81FB
Black with #CA81FB
Text Example
Text Example
White with #CA81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81FB; }
p { color: rgb(202,129,251); }
H1.HeaderClassName
{
color: #CA81FB;
}
.AnyTagClassName
{
color: #CA81FB;
}
</style>
background-color css
<style>
a { background-color: #CA81FB; }
a { background-color: rgb(202,129,251); }
div.DivClassName
{
background-color: #CA81FB;
}
.BgClassName
{
background-color: #CA81FB;
}
</style>
border-color css
<style>
span { border-color: #CA81FB; }
span { border-color: rgb(202,129,251); }
td.TdClassName
{
border-color: #CA81FB;
}
.TagClassName
{
border-color: #CA81FB;
}
</style>