Shades of Heliotrope #C881EE
Tints of Heliotrope #C881EE
RGB
CMYK
RGB Variations
Color information
#C881EE (or 0xC881EE) is known color: Heliotrope. HEX triplet: C8, 81 and EE. RGB value is (200,129,238). Sum of RGB (Red+Green+Blue) = 200+129+238=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #C881EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C881EE is #377E11. Grayscale: #A2A2A2. Windows color (decimal): -3636754 or 15630792. OLE color: 15630792.
HSL color Cylindrical-coordinate representation of color #C881EE: hue angle of 279.08º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C881EE is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 129 | 238 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.07 |
| HSL | 279.08º | 0.76% | 0.72% | - |
| HSV(B) | 279.08º | 0.46% | 0.93% | - |
| XYZ | 47.1 | 34.15 | 85 | - |
| YUV | 162.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 238 | 0.16 | 0.46 | 0 | 0.07 | 279.08 | 0.76 | 0.72 |
| Hex | C8 | 81 | EE | 10 | 2E | 0 | 7 | 117 | 4C | 48 |
| Octal | 310 | 201 | 356 | 20 | 56 | 0 | 7 | 427 | 114 | 110 |
| Binary | 11001000 | 10000001 | 11101110 | 10000 | 101110 | 0 | 111 | 100010111 | 1001100 | 1001000 |
Color Harmonies of #C881EE
Complementary color
Monochromatic Colors of #C881EE
Black with #C881EE
Text Example
Text Example
White with #C881EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881EE; }
p { color: rgb(200,129,238); }
H1.HeaderClassName
{
color: #C881EE;
}
.AnyTagClassName
{
color: #C881EE;
}
</style>
background-color css
<style>
a { background-color: #C881EE; }
a { background-color: rgb(200,129,238); }
div.DivClassName
{
background-color: #C881EE;
}
.BgClassName
{
background-color: #C881EE;
}
</style>
border-color css
<style>
span { border-color: #C881EE; }
span { border-color: rgb(200,129,238); }
td.TdClassName
{
border-color: #C881EE;
}
.TagClassName
{
border-color: #C881EE;
}
</style>