Shades of Heliotrope #C855FE
Tints of Heliotrope #C855FE
RGB
CMYK
RGB Variations
Color information
#C855FE (or 0xC855FE) is known color: Heliotrope. HEX triplet: C8, 55 and FE. RGB value is (200,85,254). Sum of RGB (Red+Green+Blue) = 200+85+254=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #C855FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855FE is #37AA01. Grayscale: #8A8A8A. Windows color (decimal): -3648002 or 16668104. OLE color: 16668104.
HSL color Cylindrical-coordinate representation of color #C855FE: hue angle of 280.83º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C855FE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 85 | 254 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.00 |
| HSL | 280.83º | 0.99% | 0.66% | - |
| HSV(B) | 280.83º | 0.67% | 1% | - |
| XYZ | 44.96 | 25.93 | 96.4 | - |
| YUV | 138.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 254 | 0.21 | 0.67 | 0 | 0.00 | 280.83 | 0.99 | 0.66 |
| Hex | C8 | 55 | FE | 15 | 43 | 0 | 0 | 119 | 63 | 42 |
| Octal | 310 | 125 | 376 | 25 | 103 | 0 | 0 | 431 | 143 | 102 |
| Binary | 11001000 | 1010101 | 11111110 | 10101 | 1000011 | 0 | 0 | 100011001 | 1100011 | 1000010 |
Color Harmonies of #C855FE
Complementary color
Monochromatic Colors of #C855FE
Black with #C855FE
Text Example
Text Example
White with #C855FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855FE; }
p { color: rgb(200,85,254); }
H1.HeaderClassName
{
color: #C855FE;
}
.AnyTagClassName
{
color: #C855FE;
}
</style>
background-color css
<style>
a { background-color: #C855FE; }
a { background-color: rgb(200,85,254); }
div.DivClassName
{
background-color: #C855FE;
}
.BgClassName
{
background-color: #C855FE;
}
</style>
border-color css
<style>
span { border-color: #C855FE; }
span { border-color: rgb(200,85,254); }
td.TdClassName
{
border-color: #C855FE;
}
.TagClassName
{
border-color: #C855FE;
}
</style>