Shades of Heliotrope #CA83F6
Tints of Heliotrope #CA83F6
RGB
CMYK
RGB Variations
Color information
#CA83F6 (or 0xCA83F6) is known color: Heliotrope. HEX triplet: CA, 83 and F6. RGB value is (202,131,246). Sum of RGB (Red+Green+Blue) = 202+131+246=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 131 (51.56% from 255 or 22.63% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA83F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83F6 is #357C09. Grayscale: #A4A4A4. Windows color (decimal): -3505162 or 16155594. OLE color: 16155594.
HSL color Cylindrical-coordinate representation of color #CA83F6: hue angle of 277.04º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA83F6 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 131 | 246 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.04 |
| HSL | 277.04º | 0.86% | 0.74% | - |
| HSV(B) | 277.04º | 0.47% | 0.96% | - |
| XYZ | 49.11 | 35.44 | 91.44 | - |
| YUV | 165.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 246 | 0.18 | 0.47 | 0 | 0.04 | 277.04 | 0.86 | 0.74 |
| Hex | CA | 83 | F6 | 12 | 2F | 0 | 4 | 115 | 56 | 4A |
| Octal | 312 | 203 | 366 | 22 | 57 | 0 | 4 | 425 | 126 | 112 |
| Binary | 11001010 | 10000011 | 11110110 | 10010 | 101111 | 0 | 100 | 100010101 | 1010110 | 1001010 |
Color Harmonies of #CA83F6
Complementary color
Monochromatic Colors of #CA83F6
Black with #CA83F6
Text Example
Text Example
White with #CA83F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83F6; }
p { color: rgb(202,131,246); }
H1.HeaderClassName
{
color: #CA83F6;
}
.AnyTagClassName
{
color: #CA83F6;
}
</style>
background-color css
<style>
a { background-color: #CA83F6; }
a { background-color: rgb(202,131,246); }
div.DivClassName
{
background-color: #CA83F6;
}
.BgClassName
{
background-color: #CA83F6;
}
</style>
border-color css
<style>
span { border-color: #CA83F6; }
span { border-color: rgb(202,131,246); }
td.TdClassName
{
border-color: #CA83F6;
}
.TagClassName
{
border-color: #CA83F6;
}
</style>