Shades of Heliotrope #C781FA
Tints of Heliotrope #C781FA
RGB
CMYK
RGB Variations
Color information
#C781FA (or 0xC781FA) is known color: Heliotrope. HEX triplet: C7, 81 and FA. RGB value is (199,129,250). Sum of RGB (Red+Green+Blue) = 199+129+250=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #C781FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C781FA is #387E05. Grayscale: #A3A3A3. Windows color (decimal): -3702278 or 16417223. OLE color: 16417223.
HSL color Cylindrical-coordinate representation of color #C781FA: hue angle of 274.71º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C781FA is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 129 | 250 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.02 |
| HSL | 274.71º | 0.92% | 0.74% | - |
| HSV(B) | 274.71º | 0.48% | 0.98% | - |
| XYZ | 48.66 | 34.74 | 94.58 | - |
| YUV | 163.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 250 | 0.20 | 0.48 | 0 | 0.02 | 274.71 | 0.92 | 0.74 |
| Hex | C7 | 81 | FA | 14 | 30 | 0 | 2 | 113 | 5C | 4A |
| Octal | 307 | 201 | 372 | 24 | 60 | 0 | 2 | 423 | 134 | 112 |
| Binary | 11000111 | 10000001 | 11111010 | 10100 | 110000 | 0 | 10 | 100010011 | 1011100 | 1001010 |
Color Harmonies of #C781FA
Complementary color
Monochromatic Colors of #C781FA
Black with #C781FA
Text Example
Text Example
White with #C781FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781FA; }
p { color: rgb(199,129,250); }
H1.HeaderClassName
{
color: #C781FA;
}
.AnyTagClassName
{
color: #C781FA;
}
</style>
background-color css
<style>
a { background-color: #C781FA; }
a { background-color: rgb(199,129,250); }
div.DivClassName
{
background-color: #C781FA;
}
.BgClassName
{
background-color: #C781FA;
}
</style>
border-color css
<style>
span { border-color: #C781FA; }
span { border-color: rgb(199,129,250); }
td.TdClassName
{
border-color: #C781FA;
}
.TagClassName
{
border-color: #C781FA;
}
</style>