Shades of Heliotrope #C882FB
Tints of Heliotrope #C882FB
RGB
CMYK
RGB Variations
Color information
#C882FB (or 0xC882FB) is known color: Heliotrope. HEX triplet: C8, 82 and FB. RGB value is (200,130,251). Sum of RGB (Red+Green+Blue) = 200+130+251=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #C882FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882FB is #377D04. Grayscale: #A4A4A4. Windows color (decimal): -3636485 or 16483016. OLE color: 16483016.
HSL color Cylindrical-coordinate representation of color #C882FB: hue angle of 274.71º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C882FB is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 130 | 251 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.02 |
| HSL | 274.71º | 0.94% | 0.75% | - |
| HSV(B) | 274.71º | 0.48% | 0.98% | - |
| XYZ | 49.21 | 35.21 | 95.47 | - |
| YUV | 164.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 251 | 0.20 | 0.48 | 0 | 0.02 | 274.71 | 0.94 | 0.75 |
| Hex | C8 | 82 | FB | 14 | 30 | 0 | 2 | 113 | 5E | 4B |
| Octal | 310 | 202 | 373 | 24 | 60 | 0 | 2 | 423 | 136 | 113 |
| Binary | 11001000 | 10000010 | 11111011 | 10100 | 110000 | 0 | 10 | 100010011 | 1011110 | 1001011 |
Color Harmonies of #C882FB
Complementary color
Monochromatic Colors of #C882FB
Black with #C882FB
Text Example
Text Example
White with #C882FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882FB; }
p { color: rgb(200,130,251); }
H1.HeaderClassName
{
color: #C882FB;
}
.AnyTagClassName
{
color: #C882FB;
}
</style>
background-color css
<style>
a { background-color: #C882FB; }
a { background-color: rgb(200,130,251); }
div.DivClassName
{
background-color: #C882FB;
}
.BgClassName
{
background-color: #C882FB;
}
</style>
border-color css
<style>
span { border-color: #C882FB; }
span { border-color: rgb(200,130,251); }
td.TdClassName
{
border-color: #C882FB;
}
.TagClassName
{
border-color: #C882FB;
}
</style>