Shades of Heliotrope #C88AFB
Tints of Heliotrope #C88AFB
RGB
CMYK
RGB Variations
Color information
#C88AFB (or 0xC88AFB) is known color: Heliotrope. HEX triplet: C8, 8A and FB. RGB value is (200,138,251). Sum of RGB (Red+Green+Blue) = 200+138+251=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #C88AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AFB is #377504. Grayscale: #A9A9A9. Windows color (decimal): -3634437 or 16485064. OLE color: 16485064.
HSL color Cylindrical-coordinate representation of color #C88AFB: hue angle of 272.92º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C88AFB is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 138 | 251 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.02 |
| HSL | 272.92º | 0.93% | 0.76% | - |
| HSV(B) | 272.92º | 0.45% | 0.98% | - |
| XYZ | 50.32 | 37.42 | 95.84 | - |
| YUV | 169.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 251 | 0.20 | 0.45 | 0 | 0.02 | 272.92 | 0.93 | 0.76 |
| Hex | C8 | 8A | FB | 14 | 2D | 0 | 2 | 111 | 5D | 4C |
| Octal | 310 | 212 | 373 | 24 | 55 | 0 | 2 | 421 | 135 | 114 |
| Binary | 11001000 | 10001010 | 11111011 | 10100 | 101101 | 0 | 10 | 100010001 | 1011101 | 1001100 |
Color Harmonies of #C88AFB
Complementary color
Monochromatic Colors of #C88AFB
Black with #C88AFB
Text Example
Text Example
White with #C88AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88AFB; }
p { color: rgb(200,138,251); }
H1.HeaderClassName
{
color: #C88AFB;
}
.AnyTagClassName
{
color: #C88AFB;
}
</style>
background-color css
<style>
a { background-color: #C88AFB; }
a { background-color: rgb(200,138,251); }
div.DivClassName
{
background-color: #C88AFB;
}
.BgClassName
{
background-color: #C88AFB;
}
</style>
border-color css
<style>
span { border-color: #C88AFB; }
span { border-color: rgb(200,138,251); }
td.TdClassName
{
border-color: #C88AFB;
}
.TagClassName
{
border-color: #C88AFB;
}
</style>