Shades of Heliotrope #C883F1
Tints of Heliotrope #C883F1
RGB
CMYK
RGB Variations
Color information
#C883F1 (or 0xC883F1) is known color: Heliotrope. HEX triplet: C8, 83 and F1. RGB value is (200,131,241). Sum of RGB (Red+Green+Blue) = 200+131+241=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #C883F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C883F1 is #377C0E. Grayscale: #A3A3A3. Windows color (decimal): -3636239 or 15827912. OLE color: 15827912.
HSL color Cylindrical-coordinate representation of color #C883F1: hue angle of 277.64º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C883F1 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 131 | 241 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.05 |
| HSL | 277.64º | 0.8% | 0.73% | - |
| HSV(B) | 277.64º | 0.46% | 0.95% | - |
| XYZ | 47.81 | 34.86 | 87.43 | - |
| YUV | 164.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 241 | 0.17 | 0.46 | 0 | 0.05 | 277.64 | 0.8 | 0.73 |
| Hex | C8 | 83 | F1 | 11 | 2E | 0 | 5 | 116 | 50 | 49 |
| Octal | 310 | 203 | 361 | 21 | 56 | 0 | 5 | 426 | 120 | 111 |
| Binary | 11001000 | 10000011 | 11110001 | 10001 | 101110 | 0 | 101 | 100010110 | 1010000 | 1001001 |
Color Harmonies of #C883F1
Complementary color
Monochromatic Colors of #C883F1
Black with #C883F1
Text Example
Text Example
White with #C883F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883F1; }
p { color: rgb(200,131,241); }
H1.HeaderClassName
{
color: #C883F1;
}
.AnyTagClassName
{
color: #C883F1;
}
</style>
background-color css
<style>
a { background-color: #C883F1; }
a { background-color: rgb(200,131,241); }
div.DivClassName
{
background-color: #C883F1;
}
.BgClassName
{
background-color: #C883F1;
}
</style>
border-color css
<style>
span { border-color: #C883F1; }
span { border-color: rgb(200,131,241); }
td.TdClassName
{
border-color: #C883F1;
}
.TagClassName
{
border-color: #C883F1;
}
</style>