Shades of Heliotrope #C78CFD
Tints of Heliotrope #C78CFD
RGB
CMYK
RGB Variations
Color information
#C78CFD (or 0xC78CFD) is known color: Heliotrope. HEX triplet: C7, 8C and FD. RGB value is (199,140,253). Sum of RGB (Red+Green+Blue) = 199+140+253=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #C78CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78CFD is #387302. Grayscale: #AAAAAA. Windows color (decimal): -3699459 or 16616647. OLE color: 16616647.
HSL color Cylindrical-coordinate representation of color #C78CFD: hue angle of 271.33º 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 #C78CFD is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 140 | 253 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.01 |
| HSL | 271.33º | 0.97% | 0.77% | - |
| HSV(B) | 271.33º | 0.45% | 0.99% | - |
| XYZ | 50.66 | 37.99 | 97.59 | - |
| YUV | 170.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 253 | 0.21 | 0.45 | 0 | 0.01 | 271.33 | 0.97 | 0.77 |
| Hex | C7 | 8C | FD | 15 | 2D | 0 | 1 | 10F | 61 | 4D |
| Octal | 307 | 214 | 375 | 25 | 55 | 0 | 1 | 417 | 141 | 115 |
| Binary | 11000111 | 10001100 | 11111101 | 10101 | 101101 | 0 | 1 | 100001111 | 1100001 | 1001101 |
Color Harmonies of #C78CFD
Complementary color
Monochromatic Colors of #C78CFD
Black with #C78CFD
Text Example
Text Example
White with #C78CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CFD; }
p { color: rgb(199,140,253); }
H1.HeaderClassName
{
color: #C78CFD;
}
.AnyTagClassName
{
color: #C78CFD;
}
</style>
background-color css
<style>
a { background-color: #C78CFD; }
a { background-color: rgb(199,140,253); }
div.DivClassName
{
background-color: #C78CFD;
}
.BgClassName
{
background-color: #C78CFD;
}
</style>
border-color css
<style>
span { border-color: #C78CFD; }
span { border-color: rgb(199,140,253); }
td.TdClassName
{
border-color: #C78CFD;
}
.TagClassName
{
border-color: #C78CFD;
}
</style>