Shades of Heliotrope #C785FC
Tints of Heliotrope #C785FC
RGB
CMYK
RGB Variations
Color information
#C785FC (or 0xC785FC) is known color: Heliotrope. HEX triplet: C7, 85 and FC. RGB value is (199,133,252). Sum of RGB (Red+Green+Blue) = 199+133+252=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #C785FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C785FC is #387A03. Grayscale: #A5A5A5. Windows color (decimal): -3701252 or 16549319. OLE color: 16549319.
HSL color Cylindrical-coordinate representation of color #C785FC: hue angle of 273.28º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C785FC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 133 | 252 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.01 |
| HSL | 273.28º | 0.95% | 0.75% | - |
| HSV(B) | 273.28º | 0.47% | 0.99% | - |
| XYZ | 49.51 | 35.95 | 96.42 | - |
| YUV | 166.3 | 176.37 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 252 | 0.21 | 0.47 | 0 | 0.01 | 273.28 | 0.95 | 0.75 |
| Hex | C7 | 85 | FC | 15 | 2F | 0 | 1 | 111 | 5F | 4B |
| Octal | 307 | 205 | 374 | 25 | 57 | 0 | 1 | 421 | 137 | 113 |
| Binary | 11000111 | 10000101 | 11111100 | 10101 | 101111 | 0 | 1 | 100010001 | 1011111 | 1001011 |
Color Harmonies of #C785FC
Complementary color
Monochromatic Colors of #C785FC
Black with #C785FC
Text Example
Text Example
White with #C785FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785FC; }
p { color: rgb(199,133,252); }
H1.HeaderClassName
{
color: #C785FC;
}
.AnyTagClassName
{
color: #C785FC;
}
</style>
background-color css
<style>
a { background-color: #C785FC; }
a { background-color: rgb(199,133,252); }
div.DivClassName
{
background-color: #C785FC;
}
.BgClassName
{
background-color: #C785FC;
}
</style>
border-color css
<style>
span { border-color: #C785FC; }
span { border-color: rgb(199,133,252); }
td.TdClassName
{
border-color: #C785FC;
}
.TagClassName
{
border-color: #C785FC;
}
</style>