Shades of Heliotrope #C881F3
Tints of Heliotrope #C881F3
RGB
CMYK
RGB Variations
Color information
#C881F3 (or 0xC881F3) is known color: Heliotrope. HEX triplet: C8, 81 and F3. RGB value is (200,129,243). Sum of RGB (Red+Green+Blue) = 200+129+243=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #C881F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C881F3 is #377E0C. Grayscale: #A2A2A2. Windows color (decimal): -3636749 or 15958472. OLE color: 15958472.
HSL color Cylindrical-coordinate representation of color #C881F3: hue angle of 277.37º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C881F3 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 129 | 243 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.05 |
| HSL | 277.37º | 0.83% | 0.73% | - |
| HSV(B) | 277.37º | 0.47% | 0.95% | - |
| XYZ | 47.85 | 34.45 | 88.92 | - |
| YUV | 163.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 243 | 0.18 | 0.47 | 0 | 0.05 | 277.37 | 0.83 | 0.73 |
| Hex | C8 | 81 | F3 | 12 | 2F | 0 | 5 | 115 | 53 | 49 |
| Octal | 310 | 201 | 363 | 22 | 57 | 0 | 5 | 425 | 123 | 111 |
| Binary | 11001000 | 10000001 | 11110011 | 10010 | 101111 | 0 | 101 | 100010101 | 1010011 | 1001001 |
Color Harmonies of #C881F3
Complementary color
Monochromatic Colors of #C881F3
Black with #C881F3
Text Example
Text Example
White with #C881F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881F3; }
p { color: rgb(200,129,243); }
H1.HeaderClassName
{
color: #C881F3;
}
.AnyTagClassName
{
color: #C881F3;
}
</style>
background-color css
<style>
a { background-color: #C881F3; }
a { background-color: rgb(200,129,243); }
div.DivClassName
{
background-color: #C881F3;
}
.BgClassName
{
background-color: #C881F3;
}
</style>
border-color css
<style>
span { border-color: #C881F3; }
span { border-color: rgb(200,129,243); }
td.TdClassName
{
border-color: #C881F3;
}
.TagClassName
{
border-color: #C881F3;
}
</style>