Shades of Heliotrope #C86FFD
Tints of Heliotrope #C86FFD
RGB
CMYK
RGB Variations
Color information
#C86FFD (or 0xC86FFD) is known color: Heliotrope. HEX triplet: C8, 6F and FD. RGB value is (200,111,253). Sum of RGB (Red+Green+Blue) = 200+111+253=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #C86FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86FFD is #379002. Grayscale: #999999. Windows color (decimal): -3641347 or 16609224. OLE color: 16609224.
HSL color Cylindrical-coordinate representation of color #C86FFD: hue angle of 277.61º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C86FFD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 111 | 253 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.01 |
| HSL | 277.61º | 0.97% | 0.71% | - |
| HSV(B) | 277.61º | 0.56% | 0.99% | - |
| XYZ | 47.23 | 30.74 | 96.37 | - |
| YUV | 153.8 | 183.99 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 253 | 0.21 | 0.56 | 0 | 0.01 | 277.61 | 0.97 | 0.71 |
| Hex | C8 | 6F | FD | 15 | 38 | 0 | 1 | 116 | 61 | 47 |
| Octal | 310 | 157 | 375 | 25 | 70 | 0 | 1 | 426 | 141 | 107 |
| Binary | 11001000 | 1101111 | 11111101 | 10101 | 111000 | 0 | 1 | 100010110 | 1100001 | 1000111 |
Color Harmonies of #C86FFD
Complementary color
Monochromatic Colors of #C86FFD
Black with #C86FFD
Text Example
Text Example
White with #C86FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FFD; }
p { color: rgb(200,111,253); }
H1.HeaderClassName
{
color: #C86FFD;
}
.AnyTagClassName
{
color: #C86FFD;
}
</style>
background-color css
<style>
a { background-color: #C86FFD; }
a { background-color: rgb(200,111,253); }
div.DivClassName
{
background-color: #C86FFD;
}
.BgClassName
{
background-color: #C86FFD;
}
</style>
border-color css
<style>
span { border-color: #C86FFD; }
span { border-color: rgb(200,111,253); }
td.TdClassName
{
border-color: #C86FFD;
}
.TagClassName
{
border-color: #C86FFD;
}
</style>