Shades of Heliotrope #C78BFD
Tints of Heliotrope #C78BFD
RGB
CMYK
RGB Variations
Color information
#C78BFD (or 0xC78BFD) is known color: Heliotrope. HEX triplet: C7, 8B and FD. RGB value is (199,139,253). Sum of RGB (Red+Green+Blue) = 199+139+253=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #C78BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78BFD is #387402. Grayscale: #A9A9A9. Windows color (decimal): -3699715 or 16616391. OLE color: 16616391.
HSL color Cylindrical-coordinate representation of color #C78BFD: hue angle of 271.58º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C78BFD is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 139 | 253 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.01 |
| HSL | 271.58º | 0.97% | 0.77% | - |
| HSV(B) | 271.58º | 0.45% | 0.99% | - |
| XYZ | 50.52 | 37.7 | 97.54 | - |
| YUV | 169.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 253 | 0.21 | 0.45 | 0 | 0.01 | 271.58 | 0.97 | 0.77 |
| Hex | C7 | 8B | FD | 15 | 2D | 0 | 1 | 110 | 61 | 4D |
| Octal | 307 | 213 | 375 | 25 | 55 | 0 | 1 | 420 | 141 | 115 |
| Binary | 11000111 | 10001011 | 11111101 | 10101 | 101101 | 0 | 1 | 100010000 | 1100001 | 1001101 |
Color Harmonies of #C78BFD
Complementary color
Monochromatic Colors of #C78BFD
Black with #C78BFD
Text Example
Text Example
White with #C78BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78BFD; }
p { color: rgb(199,139,253); }
H1.HeaderClassName
{
color: #C78BFD;
}
.AnyTagClassName
{
color: #C78BFD;
}
</style>
background-color css
<style>
a { background-color: #C78BFD; }
a { background-color: rgb(199,139,253); }
div.DivClassName
{
background-color: #C78BFD;
}
.BgClassName
{
background-color: #C78BFD;
}
</style>
border-color css
<style>
span { border-color: #C78BFD; }
span { border-color: rgb(199,139,253); }
td.TdClassName
{
border-color: #C78BFD;
}
.TagClassName
{
border-color: #C78BFD;
}
</style>