Shades of Heliotrope #C885F6
Tints of Heliotrope #C885F6
RGB
CMYK
RGB Variations
Color information
#C885F6 (or 0xC885F6) is known color: Heliotrope. HEX triplet: C8, 85 and F6. RGB value is (200,133,246). Sum of RGB (Red+Green+Blue) = 200+133+246=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #C885F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885F6 is #377A09. Grayscale: #A5A5A5. Windows color (decimal): -3635722 or 16156104. OLE color: 16156104.
HSL color Cylindrical-coordinate representation of color #C885F6: hue angle of 275.58º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C885F6 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 133 | 246 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.04 |
| HSL | 275.58º | 0.86% | 0.74% | - |
| HSV(B) | 275.58º | 0.46% | 0.96% | - |
| XYZ | 48.84 | 35.71 | 91.51 | - |
| YUV | 165.92 | 173.2 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 246 | 0.19 | 0.46 | 0 | 0.04 | 275.58 | 0.86 | 0.74 |
| Hex | C8 | 85 | F6 | 13 | 2E | 0 | 4 | 114 | 56 | 4A |
| Octal | 310 | 205 | 366 | 23 | 56 | 0 | 4 | 424 | 126 | 112 |
| Binary | 11001000 | 10000101 | 11110110 | 10011 | 101110 | 0 | 100 | 100010100 | 1010110 | 1001010 |
Color Harmonies of #C885F6
Complementary color
Monochromatic Colors of #C885F6
Black with #C885F6
Text Example
Text Example
White with #C885F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885F6; }
p { color: rgb(200,133,246); }
H1.HeaderClassName
{
color: #C885F6;
}
.AnyTagClassName
{
color: #C885F6;
}
</style>
background-color css
<style>
a { background-color: #C885F6; }
a { background-color: rgb(200,133,246); }
div.DivClassName
{
background-color: #C885F6;
}
.BgClassName
{
background-color: #C885F6;
}
</style>
border-color css
<style>
span { border-color: #C885F6; }
span { border-color: rgb(200,133,246); }
td.TdClassName
{
border-color: #C885F6;
}
.TagClassName
{
border-color: #C885F6;
}
</style>