Shades of Heliotrope #C885F8
Tints of Heliotrope #C885F8
RGB
CMYK
RGB Variations
Color information
#C885F8 (or 0xC885F8) is known color: Heliotrope. HEX triplet: C8, 85 and F8. RGB value is (200,133,248). Sum of RGB (Red+Green+Blue) = 200+133+248=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #C885F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885F8 is #377A07. Grayscale: #A5A5A5. Windows color (decimal): -3635720 or 16287176. OLE color: 16287176.
HSL color Cylindrical-coordinate representation of color #C885F8: hue angle of 274.96º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C885F8 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 133 | 248 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.03 |
| HSL | 274.96º | 0.89% | 0.75% | - |
| HSV(B) | 274.96º | 0.46% | 0.97% | - |
| XYZ | 49.15 | 35.83 | 93.13 | - |
| YUV | 166.14 | 174.2 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 248 | 0.19 | 0.46 | 0 | 0.03 | 274.96 | 0.89 | 0.75 |
| Hex | C8 | 85 | F8 | 13 | 2E | 0 | 3 | 113 | 59 | 4B |
| Octal | 310 | 205 | 370 | 23 | 56 | 0 | 3 | 423 | 131 | 113 |
| Binary | 11001000 | 10000101 | 11111000 | 10011 | 101110 | 0 | 11 | 100010011 | 1011001 | 1001011 |
Color Harmonies of #C885F8
Complementary color
Monochromatic Colors of #C885F8
Black with #C885F8
Text Example
Text Example
White with #C885F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885F8; }
p { color: rgb(200,133,248); }
H1.HeaderClassName
{
color: #C885F8;
}
.AnyTagClassName
{
color: #C885F8;
}
</style>
background-color css
<style>
a { background-color: #C885F8; }
a { background-color: rgb(200,133,248); }
div.DivClassName
{
background-color: #C885F8;
}
.BgClassName
{
background-color: #C885F8;
}
</style>
border-color css
<style>
span { border-color: #C885F8; }
span { border-color: rgb(200,133,248); }
td.TdClassName
{
border-color: #C885F8;
}
.TagClassName
{
border-color: #C885F8;
}
</style>