Shades of Heliotrope #C85EFA
Tints of Heliotrope #C85EFA
RGB
CMYK
RGB Variations
Color information
#C85EFA (or 0xC85EFA) is known color: Heliotrope. HEX triplet: C8, 5E and FA. RGB value is (200,94,250). Sum of RGB (Red+Green+Blue) = 200+94+250=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #C85EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85EFA is #37A105. Grayscale: #8E8E8E. Windows color (decimal): -3645702 or 16408264. OLE color: 16408264.
HSL color Cylindrical-coordinate representation of color #C85EFA: hue angle of 280.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C85EFA is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 94 | 250 | - |
| CMYK | 0.2 | 0.62 | 0 | 0.02 |
| HSL | 280.77º | 0.94% | 0.67% | - |
| HSV(B) | 280.77º | 0.62% | 0.98% | - |
| XYZ | 45.08 | 27.19 | 93.31 | - |
| YUV | 143.48 | 188.12 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 250 | 0.2 | 0.62 | 0 | 0.02 | 280.77 | 0.94 | 0.67 |
| Hex | C8 | 5E | FA | 14 | 3E | 0 | 2 | 119 | 5E | 43 |
| Octal | 310 | 136 | 372 | 24 | 76 | 0 | 2 | 431 | 136 | 103 |
| Binary | 11001000 | 1011110 | 11111010 | 10100 | 111110 | 0 | 10 | 100011001 | 1011110 | 1000011 |
Color Harmonies of #C85EFA
Complementary color
Monochromatic Colors of #C85EFA
Black with #C85EFA
Text Example
Text Example
White with #C85EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EFA; }
p { color: rgb(200,94,250); }
H1.HeaderClassName
{
color: #C85EFA;
}
.AnyTagClassName
{
color: #C85EFA;
}
</style>
background-color css
<style>
a { background-color: #C85EFA; }
a { background-color: rgb(200,94,250); }
div.DivClassName
{
background-color: #C85EFA;
}
.BgClassName
{
background-color: #C85EFA;
}
</style>
border-color css
<style>
span { border-color: #C85EFA; }
span { border-color: rgb(200,94,250); }
td.TdClassName
{
border-color: #C85EFA;
}
.TagClassName
{
border-color: #C85EFA;
}
</style>