Shades of Heliotrope #CA83FE
Tints of Heliotrope #CA83FE
RGB
CMYK
RGB Variations
Color information
#CA83FE (or 0xCA83FE) is known color: Heliotrope. HEX triplet: CA, 83 and FE. RGB value is (202,131,254). Sum of RGB (Red+Green+Blue) = 202+131+254=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA83FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83FE is #357C01. Grayscale: #A5A5A5. Windows color (decimal): -3505154 or 16679882. OLE color: 16679882.
HSL color Cylindrical-coordinate representation of color #CA83FE: hue angle of 274.63º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA83FE is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 131 | 254 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.00 |
| HSL | 274.63º | 0.98% | 0.75% | - |
| HSV(B) | 274.63º | 0.48% | 1% | - |
| XYZ | 50.36 | 35.94 | 98.05 | - |
| YUV | 166.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 254 | 0.20 | 0.48 | 0 | 0.00 | 274.63 | 0.98 | 0.75 |
| Hex | CA | 83 | FE | 14 | 30 | 0 | 0 | 113 | 62 | 4B |
| Octal | 312 | 203 | 376 | 24 | 60 | 0 | 0 | 423 | 142 | 113 |
| Binary | 11001010 | 10000011 | 11111110 | 10100 | 110000 | 0 | 0 | 100010011 | 1100010 | 1001011 |
Color Harmonies of #CA83FE
Complementary color
Monochromatic Colors of #CA83FE
Black with #CA83FE
Text Example
Text Example
White with #CA83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83FE; }
p { color: rgb(202,131,254); }
H1.HeaderClassName
{
color: #CA83FE;
}
.AnyTagClassName
{
color: #CA83FE;
}
</style>
background-color css
<style>
a { background-color: #CA83FE; }
a { background-color: rgb(202,131,254); }
div.DivClassName
{
background-color: #CA83FE;
}
.BgClassName
{
background-color: #CA83FE;
}
</style>
border-color css
<style>
span { border-color: #CA83FE; }
span { border-color: rgb(202,131,254); }
td.TdClassName
{
border-color: #CA83FE;
}
.TagClassName
{
border-color: #CA83FE;
}
</style>