Shades of Heliotrope #C886FA
Tints of Heliotrope #C886FA
RGB
CMYK
RGB Variations
Color information
#C886FA (or 0xC886FA) is known color: Heliotrope. HEX triplet: C8, 86 and FA. RGB value is (200,134,250). Sum of RGB (Red+Green+Blue) = 200+134+250=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #C886FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C886FA is #377905. Grayscale: #A6A6A6. Windows color (decimal): -3635462 or 16418504. OLE color: 16418504.
HSL color Cylindrical-coordinate representation of color #C886FA: hue angle of 274.14º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C886FA is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 134 | 250 | - |
| CMYK | 0.2 | 0.46 | 0 | 0.02 |
| HSL | 274.14º | 0.92% | 0.75% | - |
| HSV(B) | 274.14º | 0.46% | 0.98% | - |
| XYZ | 49.6 | 36.23 | 94.82 | - |
| YUV | 166.96 | 174.87 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 250 | 0.2 | 0.46 | 0 | 0.02 | 274.14 | 0.92 | 0.75 |
| Hex | C8 | 86 | FA | 14 | 2E | 0 | 2 | 112 | 5C | 4B |
| Octal | 310 | 206 | 372 | 24 | 56 | 0 | 2 | 422 | 134 | 113 |
| Binary | 11001000 | 10000110 | 11111010 | 10100 | 101110 | 0 | 10 | 100010010 | 1011100 | 1001011 |
Color Harmonies of #C886FA
Complementary color
Monochromatic Colors of #C886FA
Black with #C886FA
Text Example
Text Example
White with #C886FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C886FA; }
p { color: rgb(200,134,250); }
H1.HeaderClassName
{
color: #C886FA;
}
.AnyTagClassName
{
color: #C886FA;
}
</style>
background-color css
<style>
a { background-color: #C886FA; }
a { background-color: rgb(200,134,250); }
div.DivClassName
{
background-color: #C886FA;
}
.BgClassName
{
background-color: #C886FA;
}
</style>
border-color css
<style>
span { border-color: #C886FA; }
span { border-color: rgb(200,134,250); }
td.TdClassName
{
border-color: #C886FA;
}
.TagClassName
{
border-color: #C886FA;
}
</style>