Shades of Heliotrope #CA83F9
Tints of Heliotrope #CA83F9
RGB
CMYK
RGB Variations
Color information
#CA83F9 (or 0xCA83F9) is known color: Heliotrope. HEX triplet: CA, 83 and F9. RGB value is (202,131,249). Sum of RGB (Red+Green+Blue) = 202+131+249=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA83F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83F9 is #357C06. Grayscale: #A5A5A5. Windows color (decimal): -3505159 or 16352202. OLE color: 16352202.
HSL color Cylindrical-coordinate representation of color #CA83F9: hue angle of 276.1º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA83F9 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 131 | 249 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.02 |
| HSL | 276.1º | 0.91% | 0.75% | - |
| HSV(B) | 276.1º | 0.47% | 0.98% | - |
| XYZ | 49.57 | 35.63 | 93.89 | - |
| YUV | 165.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 249 | 0.19 | 0.47 | 0 | 0.02 | 276.1 | 0.91 | 0.75 |
| Hex | CA | 83 | F9 | 13 | 2F | 0 | 2 | 114 | 5B | 4B |
| Octal | 312 | 203 | 371 | 23 | 57 | 0 | 2 | 424 | 133 | 113 |
| Binary | 11001010 | 10000011 | 11111001 | 10011 | 101111 | 0 | 10 | 100010100 | 1011011 | 1001011 |
Color Harmonies of #CA83F9
Complementary color
Monochromatic Colors of #CA83F9
Black with #CA83F9
Text Example
Text Example
White with #CA83F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83F9; }
p { color: rgb(202,131,249); }
H1.HeaderClassName
{
color: #CA83F9;
}
.AnyTagClassName
{
color: #CA83F9;
}
</style>
background-color css
<style>
a { background-color: #CA83F9; }
a { background-color: rgb(202,131,249); }
div.DivClassName
{
background-color: #CA83F9;
}
.BgClassName
{
background-color: #CA83F9;
}
</style>
border-color css
<style>
span { border-color: #CA83F9; }
span { border-color: rgb(202,131,249); }
td.TdClassName
{
border-color: #CA83F9;
}
.TagClassName
{
border-color: #CA83F9;
}
</style>