Shades of Heliotrope #C881FF
Tints of Heliotrope #C881FF
RGB
CMYK
RGB Variations
Color information
#C881FF (or 0xC881FF) is known color: Heliotrope. HEX triplet: C8, 81 and FF. RGB value is (200,129,255). Sum of RGB (Red+Green+Blue) = 200+129+255=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #C881FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C881FF is #377E00. Grayscale: #A4A4A4. Windows color (decimal): -3636737 or 16744904. OLE color: 16744904.
HSL color Cylindrical-coordinate representation of color #C881FF: hue angle of 273.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C881FF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 129 | 255 | - |
| CMYK | 0.22 | 0.49 | 0 | 0 |
| HSL | 273.81º | 1% | 0.75% | - |
| HSV(B) | 273.81º | 0.49% | 1% | - |
| XYZ | 49.72 | 35.2 | 98.78 | - |
| YUV | 164.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 255 | 0.22 | 0.49 | 0 | 0 | 273.81 | 1 | 0.75 |
| Hex | C8 | 81 | FF | 16 | 31 | 0 | 0 | 112 | 64 | 4B |
| Octal | 310 | 201 | 377 | 26 | 61 | 0 | 0 | 422 | 144 | 113 |
| Binary | 11001000 | 10000001 | 11111111 | 10110 | 110001 | 0 | 0 | 100010010 | 1100100 | 1001011 |
Color Harmonies of #C881FF
Complementary color
Monochromatic Colors of #C881FF
Black with #C881FF
Text Example
Text Example
White with #C881FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881FF; }
p { color: rgb(200,129,255); }
H1.HeaderClassName
{
color: #C881FF;
}
.AnyTagClassName
{
color: #C881FF;
}
</style>
background-color css
<style>
a { background-color: #C881FF; }
a { background-color: rgb(200,129,255); }
div.DivClassName
{
background-color: #C881FF;
}
.BgClassName
{
background-color: #C881FF;
}
</style>
border-color css
<style>
span { border-color: #C881FF; }
span { border-color: rgb(200,129,255); }
td.TdClassName
{
border-color: #C881FF;
}
.TagClassName
{
border-color: #C881FF;
}
</style>