Shades of Heliotrope #C86AF3
Tints of Heliotrope #C86AF3
RGB
CMYK
RGB Variations
Color information
#C86AF3 (or 0xC86AF3) is known color: Heliotrope. HEX triplet: C8, 6A and F3. RGB value is (200,106,243). Sum of RGB (Red+Green+Blue) = 200+106+243=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #C86AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AF3 is #37950C. Grayscale: #959595. Windows color (decimal): -3642637 or 15952584. OLE color: 15952584.
HSL color Cylindrical-coordinate representation of color #C86AF3: hue angle of 281.17º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C86AF3 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 106 | 243 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.05 |
| HSL | 281.17º | 0.85% | 0.68% | - |
| HSV(B) | 281.17º | 0.56% | 0.95% | - |
| XYZ | 45.15 | 29.06 | 88.02 | - |
| YUV | 149.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 243 | 0.18 | 0.56 | 0 | 0.05 | 281.17 | 0.85 | 0.68 |
| Hex | C8 | 6A | F3 | 12 | 38 | 0 | 5 | 119 | 55 | 44 |
| Octal | 310 | 152 | 363 | 22 | 70 | 0 | 5 | 431 | 125 | 104 |
| Binary | 11001000 | 1101010 | 11110011 | 10010 | 111000 | 0 | 101 | 100011001 | 1010101 | 1000100 |
Color Harmonies of #C86AF3
Complementary color
Monochromatic Colors of #C86AF3
Black with #C86AF3
Text Example
Text Example
White with #C86AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86AF3; }
p { color: rgb(200,106,243); }
H1.HeaderClassName
{
color: #C86AF3;
}
.AnyTagClassName
{
color: #C86AF3;
}
</style>
background-color css
<style>
a { background-color: #C86AF3; }
a { background-color: rgb(200,106,243); }
div.DivClassName
{
background-color: #C86AF3;
}
.BgClassName
{
background-color: #C86AF3;
}
</style>
border-color css
<style>
span { border-color: #C86AF3; }
span { border-color: rgb(200,106,243); }
td.TdClassName
{
border-color: #C86AF3;
}
.TagClassName
{
border-color: #C86AF3;
}
</style>