Shades of Heliotrope #C88CFE
Tints of Heliotrope #C88CFE
RGB
CMYK
RGB Variations
Color information
#C88CFE (or 0xC88CFE) is known color: Heliotrope. HEX triplet: C8, 8C and FE. RGB value is (200,140,254). Sum of RGB (Red+Green+Blue) = 200+140+254=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #C88CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CFE is #377301. Grayscale: #AAAAAA. Windows color (decimal): -3633922 or 16682184. OLE color: 16682184.
HSL color Cylindrical-coordinate representation of color #C88CFE: hue angle of 271.58º 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 #C88CFE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 140 | 254 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.00 |
| HSL | 271.58º | 0.98% | 0.77% | - |
| HSV(B) | 271.58º | 0.45% | 1% | - |
| XYZ | 51.09 | 38.19 | 98.45 | - |
| YUV | 170.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 254 | 0.21 | 0.45 | 0 | 0.00 | 271.58 | 0.98 | 0.77 |
| Hex | C8 | 8C | FE | 15 | 2D | 0 | 0 | 110 | 62 | 4D |
| Octal | 310 | 214 | 376 | 25 | 55 | 0 | 0 | 420 | 142 | 115 |
| Binary | 11001000 | 10001100 | 11111110 | 10101 | 101101 | 0 | 0 | 100010000 | 1100010 | 1001101 |
Color Harmonies of #C88CFE
Complementary color
Monochromatic Colors of #C88CFE
Black with #C88CFE
Text Example
Text Example
White with #C88CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CFE; }
p { color: rgb(200,140,254); }
H1.HeaderClassName
{
color: #C88CFE;
}
.AnyTagClassName
{
color: #C88CFE;
}
</style>
background-color css
<style>
a { background-color: #C88CFE; }
a { background-color: rgb(200,140,254); }
div.DivClassName
{
background-color: #C88CFE;
}
.BgClassName
{
background-color: #C88CFE;
}
</style>
border-color css
<style>
span { border-color: #C88CFE; }
span { border-color: rgb(200,140,254); }
td.TdClassName
{
border-color: #C88CFE;
}
.TagClassName
{
border-color: #C88CFE;
}
</style>