Shades of Heliotrope #C85EFE
Tints of Heliotrope #C85EFE
RGB
CMYK
RGB Variations
Color information
#C85EFE (or 0xC85EFE) is known color: Heliotrope. HEX triplet: C8, 5E and FE. RGB value is (200,94,254). Sum of RGB (Red+Green+Blue) = 200+94+254=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #C85EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85EFE is #37A101. Grayscale: #8F8F8F. Windows color (decimal): -3645698 or 16670408. OLE color: 16670408.
HSL color Cylindrical-coordinate representation of color #C85EFE: hue angle of 279.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85EFE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 94 | 254 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.00 |
| HSL | 279.75º | 0.99% | 0.68% | - |
| HSV(B) | 279.75º | 0.63% | 1% | - |
| XYZ | 45.71 | 27.44 | 96.65 | - |
| YUV | 143.93 | 190.12 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 254 | 0.21 | 0.63 | 0 | 0.00 | 279.75 | 0.99 | 0.68 |
| Hex | C8 | 5E | FE | 15 | 3F | 0 | 0 | 118 | 63 | 44 |
| Octal | 310 | 136 | 376 | 25 | 77 | 0 | 0 | 430 | 143 | 104 |
| Binary | 11001000 | 1011110 | 11111110 | 10101 | 111111 | 0 | 0 | 100011000 | 1100011 | 1000100 |
Color Harmonies of #C85EFE
Complementary color
Monochromatic Colors of #C85EFE
Black with #C85EFE
Text Example
Text Example
White with #C85EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EFE; }
p { color: rgb(200,94,254); }
H1.HeaderClassName
{
color: #C85EFE;
}
.AnyTagClassName
{
color: #C85EFE;
}
</style>
background-color css
<style>
a { background-color: #C85EFE; }
a { background-color: rgb(200,94,254); }
div.DivClassName
{
background-color: #C85EFE;
}
.BgClassName
{
background-color: #C85EFE;
}
</style>
border-color css
<style>
span { border-color: #C85EFE; }
span { border-color: rgb(200,94,254); }
td.TdClassName
{
border-color: #C85EFE;
}
.TagClassName
{
border-color: #C85EFE;
}
</style>