Shades of Heliotrope #C785FA
Tints of Heliotrope #C785FA
RGB
CMYK
RGB Variations
Color information
#C785FA (or 0xC785FA) is known color: Heliotrope. HEX triplet: C7, 85 and FA. RGB value is (199,133,250). Sum of RGB (Red+Green+Blue) = 199+133+250=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 133 (52.34% from 255 or 22.85% 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 #C785FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C785FA is #387A05. Grayscale: #A5A5A5. Windows color (decimal): -3701254 or 16418247. OLE color: 16418247.
HSL color Cylindrical-coordinate representation of color #C785FA: hue angle of 273.85º 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 #C785FA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 133 | 250 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.02 |
| HSL | 273.85º | 0.92% | 0.75% | - |
| HSV(B) | 273.85º | 0.47% | 0.98% | - |
| XYZ | 49.2 | 35.82 | 94.76 | - |
| YUV | 166.07 | 175.37 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 250 | 0.20 | 0.47 | 0 | 0.02 | 273.85 | 0.92 | 0.75 |
| Hex | C7 | 85 | FA | 14 | 2F | 0 | 2 | 112 | 5C | 4B |
| Octal | 307 | 205 | 372 | 24 | 57 | 0 | 2 | 422 | 134 | 113 |
| Binary | 11000111 | 10000101 | 11111010 | 10100 | 101111 | 0 | 10 | 100010010 | 1011100 | 1001011 |
Color Harmonies of #C785FA
Complementary color
Monochromatic Colors of #C785FA
Black with #C785FA
Text Example
Text Example
White with #C785FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785FA; }
p { color: rgb(199,133,250); }
H1.HeaderClassName
{
color: #C785FA;
}
.AnyTagClassName
{
color: #C785FA;
}
</style>
background-color css
<style>
a { background-color: #C785FA; }
a { background-color: rgb(199,133,250); }
div.DivClassName
{
background-color: #C785FA;
}
.BgClassName
{
background-color: #C785FA;
}
</style>
border-color css
<style>
span { border-color: #C785FA; }
span { border-color: rgb(199,133,250); }
td.TdClassName
{
border-color: #C785FA;
}
.TagClassName
{
border-color: #C785FA;
}
</style>