Shades of Heliotrope #C755FC
Tints of Heliotrope #C755FC
RGB
CMYK
RGB Variations
Color information
#C755FC (or 0xC755FC) is known color: Heliotrope. HEX triplet: C7, 55 and FC. RGB value is (199,85,252). Sum of RGB (Red+Green+Blue) = 199+85+252=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #C755FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C755FC is #38AA03. Grayscale: #898989. Windows color (decimal): -3713540 or 16537031. OLE color: 16537031.
HSL color Cylindrical-coordinate representation of color #C755FC: hue angle of 280.96º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C755FC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 85 | 252 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.01 |
| HSL | 280.96º | 0.97% | 0.66% | - |
| HSV(B) | 280.96º | 0.66% | 0.99% | - |
| XYZ | 44.37 | 25.67 | 94.71 | - |
| YUV | 138.12 | 192.27 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 252 | 0.21 | 0.66 | 0 | 0.01 | 280.96 | 0.97 | 0.66 |
| Hex | C7 | 55 | FC | 15 | 42 | 0 | 1 | 119 | 61 | 42 |
| Octal | 307 | 125 | 374 | 25 | 102 | 0 | 1 | 431 | 141 | 102 |
| Binary | 11000111 | 1010101 | 11111100 | 10101 | 1000010 | 0 | 1 | 100011001 | 1100001 | 1000010 |
Color Harmonies of #C755FC
Complementary color
Monochromatic Colors of #C755FC
Black with #C755FC
Text Example
Text Example
White with #C755FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755FC; }
p { color: rgb(199,85,252); }
H1.HeaderClassName
{
color: #C755FC;
}
.AnyTagClassName
{
color: #C755FC;
}
</style>
background-color css
<style>
a { background-color: #C755FC; }
a { background-color: rgb(199,85,252); }
div.DivClassName
{
background-color: #C755FC;
}
.BgClassName
{
background-color: #C755FC;
}
</style>
border-color css
<style>
span { border-color: #C755FC; }
span { border-color: rgb(199,85,252); }
td.TdClassName
{
border-color: #C755FC;
}
.TagClassName
{
border-color: #C755FC;
}
</style>