Shades of Heliotrope #C87EFE
Tints of Heliotrope #C87EFE
RGB
CMYK
RGB Variations
Color information
#C87EFE (or 0xC87EFE) is known color: Heliotrope. HEX triplet: C8, 7E and FE. RGB value is (200,126,254). Sum of RGB (Red+Green+Blue) = 200+126+254=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #C87EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87EFE is #378101. Grayscale: #A2A2A2. Windows color (decimal): -3637506 or 16678600. OLE color: 16678600.
HSL color Cylindrical-coordinate representation of color #C87EFE: hue angle of 274.69º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87EFE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 126 | 254 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.00 |
| HSL | 274.69º | 0.98% | 0.75% | - |
| HSV(B) | 274.69º | 0.5% | 1% | - |
| XYZ | 49.17 | 34.36 | 97.81 | - |
| YUV | 162.72 | 179.52 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 254 | 0.21 | 0.50 | 0 | 0.00 | 274.69 | 0.98 | 0.75 |
| Hex | C8 | 7E | FE | 15 | 32 | 0 | 0 | 113 | 62 | 4B |
| Octal | 310 | 176 | 376 | 25 | 62 | 0 | 0 | 423 | 142 | 113 |
| Binary | 11001000 | 1111110 | 11111110 | 10101 | 110010 | 0 | 0 | 100010011 | 1100010 | 1001011 |
Color Harmonies of #C87EFE
Complementary color
Monochromatic Colors of #C87EFE
Black with #C87EFE
Text Example
Text Example
White with #C87EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EFE; }
p { color: rgb(200,126,254); }
H1.HeaderClassName
{
color: #C87EFE;
}
.AnyTagClassName
{
color: #C87EFE;
}
</style>
background-color css
<style>
a { background-color: #C87EFE; }
a { background-color: rgb(200,126,254); }
div.DivClassName
{
background-color: #C87EFE;
}
.BgClassName
{
background-color: #C87EFE;
}
</style>
border-color css
<style>
span { border-color: #C87EFE; }
span { border-color: rgb(200,126,254); }
td.TdClassName
{
border-color: #C87EFE;
}
.TagClassName
{
border-color: #C87EFE;
}
</style>