Shades of Heliotrope #C755FB
Tints of Heliotrope #C755FB
RGB
CMYK
RGB Variations
Color information
#C755FB (or 0xC755FB) is known color: Heliotrope. HEX triplet: C7, 55 and FB. RGB value is (199,85,251). Sum of RGB (Red+Green+Blue) = 199+85+251=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #C755FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C755FB is #38AA04. Grayscale: #898989. Windows color (decimal): -3713541 or 16471495. OLE color: 16471495.
HSL color Cylindrical-coordinate representation of color #C755FB: hue angle of 281.2º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C755FB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 85 | 251 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.02 |
| HSL | 281.2º | 0.95% | 0.66% | - |
| HSV(B) | 281.2º | 0.66% | 0.98% | - |
| XYZ | 44.21 | 25.6 | 93.88 | - |
| YUV | 138.01 | 191.77 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 251 | 0.21 | 0.66 | 0 | 0.02 | 281.2 | 0.95 | 0.66 |
| Hex | C7 | 55 | FB | 15 | 42 | 0 | 2 | 119 | 5F | 42 |
| Octal | 307 | 125 | 373 | 25 | 102 | 0 | 2 | 431 | 137 | 102 |
| Binary | 11000111 | 1010101 | 11111011 | 10101 | 1000010 | 0 | 10 | 100011001 | 1011111 | 1000010 |
Color Harmonies of #C755FB
Complementary color
Monochromatic Colors of #C755FB
Black with #C755FB
Text Example
Text Example
White with #C755FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755FB; }
p { color: rgb(199,85,251); }
H1.HeaderClassName
{
color: #C755FB;
}
.AnyTagClassName
{
color: #C755FB;
}
</style>
background-color css
<style>
a { background-color: #C755FB; }
a { background-color: rgb(199,85,251); }
div.DivClassName
{
background-color: #C755FB;
}
.BgClassName
{
background-color: #C755FB;
}
</style>
border-color css
<style>
span { border-color: #C755FB; }
span { border-color: rgb(199,85,251); }
td.TdClassName
{
border-color: #C755FB;
}
.TagClassName
{
border-color: #C755FB;
}
</style>