Shades of Heliotrope #C85AFE
Tints of Heliotrope #C85AFE
RGB
CMYK
RGB Variations
Color information
#C85AFE (or 0xC85AFE) is known color: Heliotrope. HEX triplet: C8, 5A and FE. RGB value is (200,90,254). Sum of RGB (Red+Green+Blue) = 200+90+254=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #C85AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85AFE is #37A501. Grayscale: #8D8D8D. Windows color (decimal): -3646722 or 16669384. OLE color: 16669384.
HSL color Cylindrical-coordinate representation of color #C85AFE: hue angle of 280.24º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C85AFE is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 90 | 254 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.00 |
| HSL | 280.24º | 0.99% | 0.67% | - |
| HSV(B) | 280.24º | 0.65% | 1% | - |
| XYZ | 45.36 | 26.75 | 96.54 | - |
| YUV | 141.59 | 191.44 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 254 | 0.21 | 0.65 | 0 | 0.00 | 280.24 | 0.99 | 0.67 |
| Hex | C8 | 5A | FE | 15 | 41 | 0 | 0 | 118 | 63 | 43 |
| Octal | 310 | 132 | 376 | 25 | 101 | 0 | 0 | 430 | 143 | 103 |
| Binary | 11001000 | 1011010 | 11111110 | 10101 | 1000001 | 0 | 0 | 100011000 | 1100011 | 1000011 |
Color Harmonies of #C85AFE
Complementary color
Monochromatic Colors of #C85AFE
Black with #C85AFE
Text Example
Text Example
White with #C85AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85AFE; }
p { color: rgb(200,90,254); }
H1.HeaderClassName
{
color: #C85AFE;
}
.AnyTagClassName
{
color: #C85AFE;
}
</style>
background-color css
<style>
a { background-color: #C85AFE; }
a { background-color: rgb(200,90,254); }
div.DivClassName
{
background-color: #C85AFE;
}
.BgClassName
{
background-color: #C85AFE;
}
</style>
border-color css
<style>
span { border-color: #C85AFE; }
span { border-color: rgb(200,90,254); }
td.TdClassName
{
border-color: #C85AFE;
}
.TagClassName
{
border-color: #C85AFE;
}
</style>