Shades of Heliotrope #C758FB
Tints of Heliotrope #C758FB
RGB
CMYK
RGB Variations
Color information
#C758FB (or 0xC758FB) is known color: Heliotrope. HEX triplet: C7, 58 and FB. RGB value is (199,88,251). Sum of RGB (Red+Green+Blue) = 199+88+251=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #C758FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C758FB is #38A704. Grayscale: #8B8B8B. Windows color (decimal): -3712773 or 16472263. OLE color: 16472263.
HSL color Cylindrical-coordinate representation of color #C758FB: hue angle of 280.86º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C758FB is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 88 | 251 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.02 |
| HSL | 280.86º | 0.95% | 0.66% | - |
| HSV(B) | 280.86º | 0.65% | 0.98% | - |
| XYZ | 44.46 | 26.09 | 93.96 | - |
| YUV | 139.77 | 190.77 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 251 | 0.21 | 0.65 | 0 | 0.02 | 280.86 | 0.95 | 0.66 |
| Hex | C7 | 58 | FB | 15 | 41 | 0 | 2 | 119 | 5F | 42 |
| Octal | 307 | 130 | 373 | 25 | 101 | 0 | 2 | 431 | 137 | 102 |
| Binary | 11000111 | 1011000 | 11111011 | 10101 | 1000001 | 0 | 10 | 100011001 | 1011111 | 1000010 |
Color Harmonies of #C758FB
Complementary color
Monochromatic Colors of #C758FB
Black with #C758FB
Text Example
Text Example
White with #C758FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758FB; }
p { color: rgb(199,88,251); }
H1.HeaderClassName
{
color: #C758FB;
}
.AnyTagClassName
{
color: #C758FB;
}
</style>
background-color css
<style>
a { background-color: #C758FB; }
a { background-color: rgb(199,88,251); }
div.DivClassName
{
background-color: #C758FB;
}
.BgClassName
{
background-color: #C758FB;
}
</style>
border-color css
<style>
span { border-color: #C758FB; }
span { border-color: rgb(199,88,251); }
td.TdClassName
{
border-color: #C758FB;
}
.TagClassName
{
border-color: #C758FB;
}
</style>