Shades of Heliotrope #C884FA
Tints of Heliotrope #C884FA
RGB
CMYK
RGB Variations
Color information
#C884FA (or 0xC884FA) is known color: Heliotrope. HEX triplet: C8, 84 and FA. RGB value is (200,132,250). Sum of RGB (Red+Green+Blue) = 200+132+250=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #C884FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C884FA is #377B05. Grayscale: #A5A5A5. Windows color (decimal): -3635974 or 16417992. OLE color: 16417992.
HSL color Cylindrical-coordinate representation of color #C884FA: hue angle of 274.58º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C884FA is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 132 | 250 | - |
| CMYK | 0.2 | 0.47 | 0 | 0.02 |
| HSL | 274.58º | 0.92% | 0.75% | - |
| HSV(B) | 274.58º | 0.47% | 0.98% | - |
| XYZ | 49.33 | 35.68 | 94.73 | - |
| YUV | 165.78 | 175.53 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 250 | 0.2 | 0.47 | 0 | 0.02 | 274.58 | 0.92 | 0.75 |
| Hex | C8 | 84 | FA | 14 | 2F | 0 | 2 | 113 | 5C | 4B |
| Octal | 310 | 204 | 372 | 24 | 57 | 0 | 2 | 423 | 134 | 113 |
| Binary | 11001000 | 10000100 | 11111010 | 10100 | 101111 | 0 | 10 | 100010011 | 1011100 | 1001011 |
Color Harmonies of #C884FA
Complementary color
Monochromatic Colors of #C884FA
Black with #C884FA
Text Example
Text Example
White with #C884FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884FA; }
p { color: rgb(200,132,250); }
H1.HeaderClassName
{
color: #C884FA;
}
.AnyTagClassName
{
color: #C884FA;
}
</style>
background-color css
<style>
a { background-color: #C884FA; }
a { background-color: rgb(200,132,250); }
div.DivClassName
{
background-color: #C884FA;
}
.BgClassName
{
background-color: #C884FA;
}
</style>
border-color css
<style>
span { border-color: #C884FA; }
span { border-color: rgb(200,132,250); }
td.TdClassName
{
border-color: #C884FA;
}
.TagClassName
{
border-color: #C884FA;
}
</style>