Shades of Heliotrope #C888FA
Tints of Heliotrope #C888FA
RGB
CMYK
RGB Variations
Color information
#C888FA (or 0xC888FA) is known color: Heliotrope. HEX triplet: C8, 88 and FA. RGB value is (200,136,250). Sum of RGB (Red+Green+Blue) = 200+136+250=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #C888FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C888FA is #377705. Grayscale: #A7A7A7. Windows color (decimal): -3634950 or 16419016. OLE color: 16419016.
HSL color Cylindrical-coordinate representation of color #C888FA: hue angle of 273.68º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C888FA is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 136 | 250 | - |
| CMYK | 0.2 | 0.46 | 0 | 0.02 |
| HSL | 273.68º | 0.92% | 0.76% | - |
| HSV(B) | 273.68º | 0.46% | 0.98% | - |
| XYZ | 49.88 | 36.79 | 94.91 | - |
| YUV | 168.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 250 | 0.2 | 0.46 | 0 | 0.02 | 273.68 | 0.92 | 0.76 |
| Hex | C8 | 88 | FA | 14 | 2E | 0 | 2 | 112 | 5C | 4C |
| Octal | 310 | 210 | 372 | 24 | 56 | 0 | 2 | 422 | 134 | 114 |
| Binary | 11001000 | 10001000 | 11111010 | 10100 | 101110 | 0 | 10 | 100010010 | 1011100 | 1001100 |
Color Harmonies of #C888FA
Complementary color
Monochromatic Colors of #C888FA
Black with #C888FA
Text Example
Text Example
White with #C888FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888FA; }
p { color: rgb(200,136,250); }
H1.HeaderClassName
{
color: #C888FA;
}
.AnyTagClassName
{
color: #C888FA;
}
</style>
background-color css
<style>
a { background-color: #C888FA; }
a { background-color: rgb(200,136,250); }
div.DivClassName
{
background-color: #C888FA;
}
.BgClassName
{
background-color: #C888FA;
}
</style>
border-color css
<style>
span { border-color: #C888FA; }
span { border-color: rgb(200,136,250); }
td.TdClassName
{
border-color: #C888FA;
}
.TagClassName
{
border-color: #C888FA;
}
</style>