Shades of Heliotrope #C885FE
Tints of Heliotrope #C885FE
RGB
CMYK
RGB Variations
Color information
#C885FE (or 0xC885FE) is known color: Heliotrope. HEX triplet: C8, 85 and FE. RGB value is (200,133,254). Sum of RGB (Red+Green+Blue) = 200+133+254=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #C885FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885FE is #377A01. Grayscale: #A6A6A6. Windows color (decimal): -3635714 or 16680392. OLE color: 16680392.
HSL color Cylindrical-coordinate representation of color #C885FE: hue angle of 273.22º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C885FE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 133 | 254 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.00 |
| HSL | 273.22º | 0.98% | 0.76% | - |
| HSV(B) | 273.22º | 0.48% | 1% | - |
| XYZ | 50.1 | 36.21 | 98.11 | - |
| YUV | 166.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 254 | 0.21 | 0.48 | 0 | 0.00 | 273.22 | 0.98 | 0.76 |
| Hex | C8 | 85 | FE | 15 | 30 | 0 | 0 | 111 | 62 | 4C |
| Octal | 310 | 205 | 376 | 25 | 60 | 0 | 0 | 421 | 142 | 114 |
| Binary | 11001000 | 10000101 | 11111110 | 10101 | 110000 | 0 | 0 | 100010001 | 1100010 | 1001100 |
Color Harmonies of #C885FE
Complementary color
Monochromatic Colors of #C885FE
Black with #C885FE
Text Example
Text Example
White with #C885FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885FE; }
p { color: rgb(200,133,254); }
H1.HeaderClassName
{
color: #C885FE;
}
.AnyTagClassName
{
color: #C885FE;
}
</style>
background-color css
<style>
a { background-color: #C885FE; }
a { background-color: rgb(200,133,254); }
div.DivClassName
{
background-color: #C885FE;
}
.BgClassName
{
background-color: #C885FE;
}
</style>
border-color css
<style>
span { border-color: #C885FE; }
span { border-color: rgb(200,133,254); }
td.TdClassName
{
border-color: #C885FE;
}
.TagClassName
{
border-color: #C885FE;
}
</style>