Shades of Heliotrope #C88AFE
Tints of Heliotrope #C88AFE
RGB
CMYK
RGB Variations
Color information
#C88AFE (or 0xC88AFE) is known color: Heliotrope. HEX triplet: C8, 8A and FE. RGB value is (200,138,254). Sum of RGB (Red+Green+Blue) = 200+138+254=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #C88AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AFE is #377501. Grayscale: #A9A9A9. Windows color (decimal): -3634434 or 16681672. OLE color: 16681672.
HSL color Cylindrical-coordinate representation of color #C88AFE: hue angle of 272.07º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C88AFE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 138 | 254 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.00 |
| HSL | 272.07º | 0.98% | 0.77% | - |
| HSV(B) | 272.07º | 0.46% | 1% | - |
| XYZ | 50.8 | 37.61 | 98.35 | - |
| YUV | 169.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 254 | 0.21 | 0.46 | 0 | 0.00 | 272.07 | 0.98 | 0.77 |
| Hex | C8 | 8A | FE | 15 | 2E | 0 | 0 | 110 | 62 | 4D |
| Octal | 310 | 212 | 376 | 25 | 56 | 0 | 0 | 420 | 142 | 115 |
| Binary | 11001000 | 10001010 | 11111110 | 10101 | 101110 | 0 | 0 | 100010000 | 1100010 | 1001101 |
Color Harmonies of #C88AFE
Complementary color
Monochromatic Colors of #C88AFE
Black with #C88AFE
Text Example
Text Example
White with #C88AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88AFE; }
p { color: rgb(200,138,254); }
H1.HeaderClassName
{
color: #C88AFE;
}
.AnyTagClassName
{
color: #C88AFE;
}
</style>
background-color css
<style>
a { background-color: #C88AFE; }
a { background-color: rgb(200,138,254); }
div.DivClassName
{
background-color: #C88AFE;
}
.BgClassName
{
background-color: #C88AFE;
}
</style>
border-color css
<style>
span { border-color: #C88AFE; }
span { border-color: rgb(200,138,254); }
td.TdClassName
{
border-color: #C88AFE;
}
.TagClassName
{
border-color: #C88AFE;
}
</style>