Shades of Heliotrope #C85FFE
Tints of Heliotrope #C85FFE
RGB
CMYK
RGB Variations
Color information
#C85FFE (or 0xC85FFE) is known color: Heliotrope. HEX triplet: C8, 5F and FE. RGB value is (200,95,254). Sum of RGB (Red+Green+Blue) = 200+95+254=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #C85FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FFE is #37A001. Grayscale: #8F8F8F. Windows color (decimal): -3645442 or 16670664. OLE color: 16670664.
HSL color Cylindrical-coordinate representation of color #C85FFE: hue angle of 279.62º 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 #C85FFE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 95 | 254 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.00 |
| HSL | 279.62º | 0.99% | 0.68% | - |
| HSV(B) | 279.62º | 0.63% | 1% | - |
| XYZ | 45.8 | 27.62 | 96.68 | - |
| YUV | 144.52 | 189.79 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 254 | 0.21 | 0.63 | 0 | 0.00 | 279.62 | 0.99 | 0.68 |
| Hex | C8 | 5F | FE | 15 | 3F | 0 | 0 | 118 | 63 | 44 |
| Octal | 310 | 137 | 376 | 25 | 77 | 0 | 0 | 430 | 143 | 104 |
| Binary | 11001000 | 1011111 | 11111110 | 10101 | 111111 | 0 | 0 | 100011000 | 1100011 | 1000100 |
Color Harmonies of #C85FFE
Complementary color
Monochromatic Colors of #C85FFE
Black with #C85FFE
Text Example
Text Example
White with #C85FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FFE; }
p { color: rgb(200,95,254); }
H1.HeaderClassName
{
color: #C85FFE;
}
.AnyTagClassName
{
color: #C85FFE;
}
</style>
background-color css
<style>
a { background-color: #C85FFE; }
a { background-color: rgb(200,95,254); }
div.DivClassName
{
background-color: #C85FFE;
}
.BgClassName
{
background-color: #C85FFE;
}
</style>
border-color css
<style>
span { border-color: #C85FFE; }
span { border-color: rgb(200,95,254); }
td.TdClassName
{
border-color: #C85FFE;
}
.TagClassName
{
border-color: #C85FFE;
}
</style>