Shades of Heliotrope #C754FE
Tints of Heliotrope #C754FE
RGB
CMYK
RGB Variations
Color information
#C754FE (or 0xC754FE) is known color: Heliotrope. HEX triplet: C7, 54 and FE. RGB value is (199,84,254). Sum of RGB (Red+Green+Blue) = 199+84+254=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #C754FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C754FE is #38AB01. Grayscale: #898989. Windows color (decimal): -3713794 or 16667847. OLE color: 16667847.
HSL color Cylindrical-coordinate representation of color #C754FE: hue angle of 280.59º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C754FE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 84 | 254 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.00 |
| HSL | 280.59º | 0.99% | 0.66% | - |
| HSV(B) | 280.59º | 0.67% | 1% | - |
| XYZ | 44.61 | 25.64 | 96.36 | - |
| YUV | 137.77 | 193.6 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 254 | 0.22 | 0.67 | 0 | 0.00 | 280.59 | 0.99 | 0.66 |
| Hex | C7 | 54 | FE | 16 | 43 | 0 | 0 | 119 | 63 | 42 |
| Octal | 307 | 124 | 376 | 26 | 103 | 0 | 0 | 431 | 143 | 102 |
| Binary | 11000111 | 1010100 | 11111110 | 10110 | 1000011 | 0 | 0 | 100011001 | 1100011 | 1000010 |
Color Harmonies of #C754FE
Complementary color
Monochromatic Colors of #C754FE
Black with #C754FE
Text Example
Text Example
White with #C754FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C754FE; }
p { color: rgb(199,84,254); }
H1.HeaderClassName
{
color: #C754FE;
}
.AnyTagClassName
{
color: #C754FE;
}
</style>
background-color css
<style>
a { background-color: #C754FE; }
a { background-color: rgb(199,84,254); }
div.DivClassName
{
background-color: #C754FE;
}
.BgClassName
{
background-color: #C754FE;
}
</style>
border-color css
<style>
span { border-color: #C754FE; }
span { border-color: rgb(199,84,254); }
td.TdClassName
{
border-color: #C754FE;
}
.TagClassName
{
border-color: #C754FE;
}
</style>