Shades of Heliotrope #C782FA
Tints of Heliotrope #C782FA
RGB
CMYK
RGB Variations
Color information
#C782FA (or 0xC782FA) is known color: Heliotrope. HEX triplet: C7, 82 and FA. RGB value is (199,130,250). Sum of RGB (Red+Green+Blue) = 199+130+250=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #C782FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C782FA is #387D05. Grayscale: #A3A3A3. Windows color (decimal): -3702022 or 16417479. OLE color: 16417479.
HSL color Cylindrical-coordinate representation of color #C782FA: hue angle of 274.5º 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 #C782FA is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 130 | 250 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.02 |
| HSL | 274.5º | 0.92% | 0.75% | - |
| HSV(B) | 274.5º | 0.48% | 0.98% | - |
| XYZ | 48.79 | 35.01 | 94.63 | - |
| YUV | 164.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 250 | 0.20 | 0.48 | 0 | 0.02 | 274.5 | 0.92 | 0.75 |
| Hex | C7 | 82 | FA | 14 | 30 | 0 | 2 | 112 | 5C | 4B |
| Octal | 307 | 202 | 372 | 24 | 60 | 0 | 2 | 422 | 134 | 113 |
| Binary | 11000111 | 10000010 | 11111010 | 10100 | 110000 | 0 | 10 | 100010010 | 1011100 | 1001011 |
Color Harmonies of #C782FA
Complementary color
Monochromatic Colors of #C782FA
Black with #C782FA
Text Example
Text Example
White with #C782FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C782FA; }
p { color: rgb(199,130,250); }
H1.HeaderClassName
{
color: #C782FA;
}
.AnyTagClassName
{
color: #C782FA;
}
</style>
background-color css
<style>
a { background-color: #C782FA; }
a { background-color: rgb(199,130,250); }
div.DivClassName
{
background-color: #C782FA;
}
.BgClassName
{
background-color: #C782FA;
}
</style>
border-color css
<style>
span { border-color: #C782FA; }
span { border-color: rgb(199,130,250); }
td.TdClassName
{
border-color: #C782FA;
}
.TagClassName
{
border-color: #C782FA;
}
</style>