Shades of Heliotrope #C888FF
Tints of Heliotrope #C888FF
RGB
CMYK
RGB Variations
Color information
#C888FF (or 0xC888FF) is known color: Heliotrope. HEX triplet: C8, 88 and FF. RGB value is (200,136,255). Sum of RGB (Red+Green+Blue) = 200+136+255=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #C888FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C888FF is #377700. Grayscale: #A8A8A8. Windows color (decimal): -3634945 or 16746696. OLE color: 16746696.
HSL color Cylindrical-coordinate representation of color #C888FF: hue angle of 272.27º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C888FF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 136 | 255 | - |
| CMYK | 0.22 | 0.47 | 0 | 0 |
| HSL | 272.27º | 1% | 0.77% | - |
| HSV(B) | 272.27º | 0.47% | 1% | - |
| XYZ | 50.67 | 37.11 | 99.1 | - |
| YUV | 168.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 255 | 0.22 | 0.47 | 0 | 0 | 272.27 | 1 | 0.77 |
| Hex | C8 | 88 | FF | 16 | 2F | 0 | 0 | 110 | 64 | 4D |
| Octal | 310 | 210 | 377 | 26 | 57 | 0 | 0 | 420 | 144 | 115 |
| Binary | 11001000 | 10001000 | 11111111 | 10110 | 101111 | 0 | 0 | 100010000 | 1100100 | 1001101 |
Color Harmonies of #C888FF
Complementary color
Monochromatic Colors of #C888FF
Black with #C888FF
Text Example
Text Example
White with #C888FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888FF; }
p { color: rgb(200,136,255); }
H1.HeaderClassName
{
color: #C888FF;
}
.AnyTagClassName
{
color: #C888FF;
}
</style>
background-color css
<style>
a { background-color: #C888FF; }
a { background-color: rgb(200,136,255); }
div.DivClassName
{
background-color: #C888FF;
}
.BgClassName
{
background-color: #C888FF;
}
</style>
border-color css
<style>
span { border-color: #C888FF; }
span { border-color: rgb(200,136,255); }
td.TdClassName
{
border-color: #C888FF;
}
.TagClassName
{
border-color: #C888FF;
}
</style>