Shades of Heliotrope #C88BFE
Tints of Heliotrope #C88BFE
RGB
CMYK
RGB Variations
Color information
#C88BFE (or 0xC88BFE) is known color: Heliotrope. HEX triplet: C8, 8B and FE. RGB value is (200,139,254). Sum of RGB (Red+Green+Blue) = 200+139+254=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #C88BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88BFE is #377401. Grayscale: #A9A9A9. Windows color (decimal): -3634178 or 16681928. OLE color: 16681928.
HSL color Cylindrical-coordinate representation of color #C88BFE: hue angle of 271.83º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C88BFE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 139 | 254 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.00 |
| HSL | 271.83º | 0.98% | 0.77% | - |
| HSV(B) | 271.83º | 0.45% | 1% | - |
| XYZ | 50.94 | 37.9 | 98.4 | - |
| YUV | 170.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 254 | 0.21 | 0.45 | 0 | 0.00 | 271.83 | 0.98 | 0.77 |
| Hex | C8 | 8B | FE | 15 | 2D | 0 | 0 | 110 | 62 | 4D |
| Octal | 310 | 213 | 376 | 25 | 55 | 0 | 0 | 420 | 142 | 115 |
| Binary | 11001000 | 10001011 | 11111110 | 10101 | 101101 | 0 | 0 | 100010000 | 1100010 | 1001101 |
Color Harmonies of #C88BFE
Complementary color
Monochromatic Colors of #C88BFE
Black with #C88BFE
Text Example
Text Example
White with #C88BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88BFE; }
p { color: rgb(200,139,254); }
H1.HeaderClassName
{
color: #C88BFE;
}
.AnyTagClassName
{
color: #C88BFE;
}
</style>
background-color css
<style>
a { background-color: #C88BFE; }
a { background-color: rgb(200,139,254); }
div.DivClassName
{
background-color: #C88BFE;
}
.BgClassName
{
background-color: #C88BFE;
}
</style>
border-color css
<style>
span { border-color: #C88BFE; }
span { border-color: rgb(200,139,254); }
td.TdClassName
{
border-color: #C88BFE;
}
.TagClassName
{
border-color: #C88BFE;
}
</style>