Shades of Heliotrope #C87FEA
Tints of Heliotrope #C87FEA
RGB
CMYK
RGB Variations
Color information
#C87FEA (or 0xC87FEA) is known color: Heliotrope. HEX triplet: C8, 7F and EA. RGB value is (200,127,234). Sum of RGB (Red+Green+Blue) = 200+127+234=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #C87FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87FEA is #378015. Grayscale: #A0A0A0. Windows color (decimal): -3637270 or 15368136. OLE color: 15368136.
HSL color Cylindrical-coordinate representation of color #C87FEA: hue angle of 280.93º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C87FEA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 127 | 234 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.08 |
| HSL | 280.93º | 0.72% | 0.71% | - |
| HSV(B) | 280.93º | 0.46% | 0.92% | - |
| XYZ | 46.26 | 33.4 | 81.85 | - |
| YUV | 161.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 234 | 0.15 | 0.46 | 0 | 0.08 | 280.93 | 0.72 | 0.71 |
| Hex | C8 | 7F | EA | F | 2E | 0 | 8 | 119 | 48 | 47 |
| Octal | 310 | 177 | 352 | 17 | 56 | 0 | 10 | 431 | 110 | 107 |
| Binary | 11001000 | 1111111 | 11101010 | 1111 | 101110 | 0 | 1000 | 100011001 | 1001000 | 1000111 |
Color Harmonies of #C87FEA
Complementary color
Monochromatic Colors of #C87FEA
Black with #C87FEA
Text Example
Text Example
White with #C87FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FEA; }
p { color: rgb(200,127,234); }
H1.HeaderClassName
{
color: #C87FEA;
}
.AnyTagClassName
{
color: #C87FEA;
}
</style>
background-color css
<style>
a { background-color: #C87FEA; }
a { background-color: rgb(200,127,234); }
div.DivClassName
{
background-color: #C87FEA;
}
.BgClassName
{
background-color: #C87FEA;
}
</style>
border-color css
<style>
span { border-color: #C87FEA; }
span { border-color: rgb(200,127,234); }
td.TdClassName
{
border-color: #C87FEA;
}
.TagClassName
{
border-color: #C87FEA;
}
</style>