Shades of Heliotrope #C784FA
Tints of Heliotrope #C784FA
RGB
CMYK
RGB Variations
Color information
#C784FA (or 0xC784FA) is known color: Heliotrope. HEX triplet: C7, 84 and FA. RGB value is (199,132,250). Sum of RGB (Red+Green+Blue) = 199+132+250=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 132 (51.95% from 255 or 22.72% 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 #C784FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C784FA is #387B05. Grayscale: #A5A5A5. Windows color (decimal): -3701510 or 16417991. OLE color: 16417991.
HSL color Cylindrical-coordinate representation of color #C784FA: hue angle of 274.07º 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 #C784FA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 132 | 250 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.02 |
| HSL | 274.07º | 0.92% | 0.75% | - |
| HSV(B) | 274.07º | 0.47% | 0.98% | - |
| XYZ | 49.06 | 35.55 | 94.72 | - |
| YUV | 165.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 250 | 0.20 | 0.47 | 0 | 0.02 | 274.07 | 0.92 | 0.75 |
| Hex | C7 | 84 | FA | 14 | 2F | 0 | 2 | 112 | 5C | 4B |
| Octal | 307 | 204 | 372 | 24 | 57 | 0 | 2 | 422 | 134 | 113 |
| Binary | 11000111 | 10000100 | 11111010 | 10100 | 101111 | 0 | 10 | 100010010 | 1011100 | 1001011 |
Color Harmonies of #C784FA
Complementary color
Monochromatic Colors of #C784FA
Black with #C784FA
Text Example
Text Example
White with #C784FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C784FA; }
p { color: rgb(199,132,250); }
H1.HeaderClassName
{
color: #C784FA;
}
.AnyTagClassName
{
color: #C784FA;
}
</style>
background-color css
<style>
a { background-color: #C784FA; }
a { background-color: rgb(199,132,250); }
div.DivClassName
{
background-color: #C784FA;
}
.BgClassName
{
background-color: #C784FA;
}
</style>
border-color css
<style>
span { border-color: #C784FA; }
span { border-color: rgb(199,132,250); }
td.TdClassName
{
border-color: #C784FA;
}
.TagClassName
{
border-color: #C784FA;
}
</style>