Shades of Heliotrope #C781FD
Tints of Heliotrope #C781FD
RGB
CMYK
RGB Variations
Color information
#C781FD (or 0xC781FD) is known color: Heliotrope. HEX triplet: C7, 81 and FD. RGB value is (199,129,253). Sum of RGB (Red+Green+Blue) = 199+129+253=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #C781FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C781FD is #387E02. Grayscale: #A3A3A3. Windows color (decimal): -3702275 or 16613831. OLE color: 16613831.
HSL color Cylindrical-coordinate representation of color #C781FD: hue angle of 273.87º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C781FD is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 129 | 253 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.01 |
| HSL | 273.87º | 0.97% | 0.75% | - |
| HSV(B) | 273.87º | 0.49% | 0.99% | - |
| XYZ | 49.13 | 34.93 | 97.08 | - |
| YUV | 164.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 253 | 0.21 | 0.49 | 0 | 0.01 | 273.87 | 0.97 | 0.75 |
| Hex | C7 | 81 | FD | 15 | 31 | 0 | 1 | 112 | 61 | 4B |
| Octal | 307 | 201 | 375 | 25 | 61 | 0 | 1 | 422 | 141 | 113 |
| Binary | 11000111 | 10000001 | 11111101 | 10101 | 110001 | 0 | 1 | 100010010 | 1100001 | 1001011 |
Color Harmonies of #C781FD
Complementary color
Monochromatic Colors of #C781FD
Black with #C781FD
Text Example
Text Example
White with #C781FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781FD; }
p { color: rgb(199,129,253); }
H1.HeaderClassName
{
color: #C781FD;
}
.AnyTagClassName
{
color: #C781FD;
}
</style>
background-color css
<style>
a { background-color: #C781FD; }
a { background-color: rgb(199,129,253); }
div.DivClassName
{
background-color: #C781FD;
}
.BgClassName
{
background-color: #C781FD;
}
</style>
border-color css
<style>
span { border-color: #C781FD; }
span { border-color: rgb(199,129,253); }
td.TdClassName
{
border-color: #C781FD;
}
.TagClassName
{
border-color: #C781FD;
}
</style>