Shades of Heliotrope #C883FA
Tints of Heliotrope #C883FA
RGB
CMYK
RGB Variations
Color information
#C883FA (or 0xC883FA) is known color: Heliotrope. HEX triplet: C8, 83 and FA. RGB value is (200,131,250). Sum of RGB (Red+Green+Blue) = 200+131+250=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #C883FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C883FA is #377C05. Grayscale: #A4A4A4. Windows color (decimal): -3636230 or 16417736. OLE color: 16417736.
HSL color Cylindrical-coordinate representation of color #C883FA: hue angle of 274.79º 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 #C883FA is Cyan = 0.2, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 131 | 250 | - |
| CMYK | 0.2 | 0.48 | 0 | 0.02 |
| HSL | 274.79º | 0.92% | 0.75% | - |
| HSV(B) | 274.79º | 0.48% | 0.98% | - |
| XYZ | 49.19 | 35.41 | 94.69 | - |
| YUV | 165.2 | 175.86 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 250 | 0.2 | 0.48 | 0 | 0.02 | 274.79 | 0.92 | 0.75 |
| Hex | C8 | 83 | FA | 14 | 30 | 0 | 2 | 113 | 5C | 4B |
| Octal | 310 | 203 | 372 | 24 | 60 | 0 | 2 | 423 | 134 | 113 |
| Binary | 11001000 | 10000011 | 11111010 | 10100 | 110000 | 0 | 10 | 100010011 | 1011100 | 1001011 |
Color Harmonies of #C883FA
Complementary color
Monochromatic Colors of #C883FA
Black with #C883FA
Text Example
Text Example
White with #C883FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883FA; }
p { color: rgb(200,131,250); }
H1.HeaderClassName
{
color: #C883FA;
}
.AnyTagClassName
{
color: #C883FA;
}
</style>
background-color css
<style>
a { background-color: #C883FA; }
a { background-color: rgb(200,131,250); }
div.DivClassName
{
background-color: #C883FA;
}
.BgClassName
{
background-color: #C883FA;
}
</style>
border-color css
<style>
span { border-color: #C883FA; }
span { border-color: rgb(200,131,250); }
td.TdClassName
{
border-color: #C883FA;
}
.TagClassName
{
border-color: #C883FA;
}
</style>