Shades of Heliotrope #C86AEA
Tints of Heliotrope #C86AEA
RGB
CMYK
RGB Variations
Color information
#C86AEA (or 0xC86AEA) is known color: Heliotrope. HEX triplet: C8, 6A and EA. RGB value is (200,106,234). Sum of RGB (Red+Green+Blue) = 200+106+234=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #C86AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AEA is #379515. Grayscale: #949494. Windows color (decimal): -3642646 or 15362760. OLE color: 15362760.
HSL color Cylindrical-coordinate representation of color #C86AEA: hue angle of 284.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86AEA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 106 | 234 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.08 |
| HSL | 284.06º | 0.75% | 0.67% | - |
| HSV(B) | 284.06º | 0.55% | 0.92% | - |
| XYZ | 43.82 | 28.53 | 81.04 | - |
| YUV | 148.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 234 | 0.15 | 0.55 | 0 | 0.08 | 284.06 | 0.75 | 0.67 |
| Hex | C8 | 6A | EA | F | 37 | 0 | 8 | 11C | 4B | 43 |
| Octal | 310 | 152 | 352 | 17 | 67 | 0 | 10 | 434 | 113 | 103 |
| Binary | 11001000 | 1101010 | 11101010 | 1111 | 110111 | 0 | 1000 | 100011100 | 1001011 | 1000011 |
Color Harmonies of #C86AEA
Complementary color
Monochromatic Colors of #C86AEA
Black with #C86AEA
Text Example
Text Example
White with #C86AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86AEA; }
p { color: rgb(200,106,234); }
H1.HeaderClassName
{
color: #C86AEA;
}
.AnyTagClassName
{
color: #C86AEA;
}
</style>
background-color css
<style>
a { background-color: #C86AEA; }
a { background-color: rgb(200,106,234); }
div.DivClassName
{
background-color: #C86AEA;
}
.BgClassName
{
background-color: #C86AEA;
}
</style>
border-color css
<style>
span { border-color: #C86AEA; }
span { border-color: rgb(200,106,234); }
td.TdClassName
{
border-color: #C86AEA;
}
.TagClassName
{
border-color: #C86AEA;
}
</style>