Shades of Heliotrope #C882FA
Tints of Heliotrope #C882FA
RGB
CMYK
RGB Variations
Color information
#C882FA (or 0xC882FA) is known color: Heliotrope. HEX triplet: C8, 82 and FA. RGB value is (200,130,250). Sum of RGB (Red+Green+Blue) = 200+130+250=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #C882FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882FA is #377D05. Grayscale: #A4A4A4. Windows color (decimal): -3636486 or 16417480. OLE color: 16417480.
HSL color Cylindrical-coordinate representation of color #C882FA: hue angle of 275º degrees, saturation: 0.92, 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 #C882FA is Cyan = 0.2, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 130 | 250 | - |
| CMYK | 0.2 | 0.48 | 0 | 0.02 |
| HSL | 275º | 0.92% | 0.75% | - |
| HSV(B) | 275º | 0.48% | 0.98% | - |
| XYZ | 49.06 | 35.15 | 94.64 | - |
| YUV | 164.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 250 | 0.2 | 0.48 | 0 | 0.02 | 275 | 0.92 | 0.75 |
| Hex | C8 | 82 | FA | 14 | 30 | 0 | 2 | 113 | 5C | 4B |
| Octal | 310 | 202 | 372 | 24 | 60 | 0 | 2 | 423 | 134 | 113 |
| Binary | 11001000 | 10000010 | 11111010 | 10100 | 110000 | 0 | 10 | 100010011 | 1011100 | 1001011 |
Color Harmonies of #C882FA
Complementary color
Monochromatic Colors of #C882FA
Black with #C882FA
Text Example
Text Example
White with #C882FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882FA; }
p { color: rgb(200,130,250); }
H1.HeaderClassName
{
color: #C882FA;
}
.AnyTagClassName
{
color: #C882FA;
}
</style>
background-color css
<style>
a { background-color: #C882FA; }
a { background-color: rgb(200,130,250); }
div.DivClassName
{
background-color: #C882FA;
}
.BgClassName
{
background-color: #C882FA;
}
</style>
border-color css
<style>
span { border-color: #C882FA; }
span { border-color: rgb(200,130,250); }
td.TdClassName
{
border-color: #C882FA;
}
.TagClassName
{
border-color: #C882FA;
}
</style>