Shades of Heliotrope #C755FE
Tints of Heliotrope #C755FE
RGB
CMYK
RGB Variations
Color information
#C755FE (or 0xC755FE) is known color: Heliotrope. HEX triplet: C7, 55 and FE. RGB value is (199,85,254). Sum of RGB (Red+Green+Blue) = 199+85+254=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #C755FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C755FE is #38AA01. Grayscale: #898989. Windows color (decimal): -3713538 or 16668103. OLE color: 16668103.
HSL color Cylindrical-coordinate representation of color #C755FE: hue angle of 280.47º 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 #C755FE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 85 | 254 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.00 |
| HSL | 280.47º | 0.99% | 0.66% | - |
| HSV(B) | 280.47º | 0.67% | 1% | - |
| XYZ | 44.69 | 25.79 | 96.39 | - |
| YUV | 138.35 | 193.27 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 254 | 0.22 | 0.67 | 0 | 0.00 | 280.47 | 0.99 | 0.66 |
| Hex | C7 | 55 | FE | 16 | 43 | 0 | 0 | 118 | 63 | 42 |
| Octal | 307 | 125 | 376 | 26 | 103 | 0 | 0 | 430 | 143 | 102 |
| Binary | 11000111 | 1010101 | 11111110 | 10110 | 1000011 | 0 | 0 | 100011000 | 1100011 | 1000010 |
Color Harmonies of #C755FE
Complementary color
Monochromatic Colors of #C755FE
Black with #C755FE
Text Example
Text Example
White with #C755FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755FE; }
p { color: rgb(199,85,254); }
H1.HeaderClassName
{
color: #C755FE;
}
.AnyTagClassName
{
color: #C755FE;
}
</style>
background-color css
<style>
a { background-color: #C755FE; }
a { background-color: rgb(199,85,254); }
div.DivClassName
{
background-color: #C755FE;
}
.BgClassName
{
background-color: #C755FE;
}
</style>
border-color css
<style>
span { border-color: #C755FE; }
span { border-color: rgb(199,85,254); }
td.TdClassName
{
border-color: #C755FE;
}
.TagClassName
{
border-color: #C755FE;
}
</style>