Shades of Heliotrope #C755FF
Tints of Heliotrope #C755FF
RGB
CMYK
RGB Variations
Color information
#C755FF (or 0xC755FF) is known color: Heliotrope. HEX triplet: C7, 55 and FF. RGB value is (199,85,255). Sum of RGB (Red+Green+Blue) = 199+85+255=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #C755FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C755FF is #38AA00. Grayscale: #898989. Windows color (decimal): -3713537 or 16733639. OLE color: 16733639.
HSL color Cylindrical-coordinate representation of color #C755FF: hue angle of 280.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C755FF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 85 | 255 | - |
| CMYK | 0.22 | 0.67 | 0 | 0 |
| HSL | 280.24º | 1% | 0.67% | - |
| HSV(B) | 280.24º | 0.67% | 1% | - |
| XYZ | 44.85 | 25.86 | 97.24 | - |
| YUV | 138.47 | 193.77 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 255 | 0.22 | 0.67 | 0 | 0 | 280.24 | 1 | 0.67 |
| Hex | C7 | 55 | FF | 16 | 43 | 0 | 0 | 118 | 64 | 43 |
| Octal | 307 | 125 | 377 | 26 | 103 | 0 | 0 | 430 | 144 | 103 |
| Binary | 11000111 | 1010101 | 11111111 | 10110 | 1000011 | 0 | 0 | 100011000 | 1100100 | 1000011 |
Color Harmonies of #C755FF
Complementary color
Monochromatic Colors of #C755FF
Black with #C755FF
Text Example
Text Example
White with #C755FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755FF; }
p { color: rgb(199,85,255); }
H1.HeaderClassName
{
color: #C755FF;
}
.AnyTagClassName
{
color: #C755FF;
}
</style>
background-color css
<style>
a { background-color: #C755FF; }
a { background-color: rgb(199,85,255); }
div.DivClassName
{
background-color: #C755FF;
}
.BgClassName
{
background-color: #C755FF;
}
</style>
border-color css
<style>
span { border-color: #C755FF; }
span { border-color: rgb(199,85,255); }
td.TdClassName
{
border-color: #C755FF;
}
.TagClassName
{
border-color: #C755FF;
}
</style>