Shades of Heliotrope #C757FB
Tints of Heliotrope #C757FB
RGB
CMYK
RGB Variations
Color information
#C757FB (or 0xC757FB) is known color: Heliotrope. HEX triplet: C7, 57 and FB. RGB value is (199,87,251). Sum of RGB (Red+Green+Blue) = 199+87+251=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 87 (34.38% from 255 or 16.20% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #C757FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C757FB is #38A804. Grayscale: #8A8A8A. Windows color (decimal): -3713029 or 16472007. OLE color: 16472007.
HSL color Cylindrical-coordinate representation of color #C757FB: hue angle of 280.98º 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 #C757FB is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 87 | 251 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.02 |
| HSL | 280.98º | 0.95% | 0.66% | - |
| HSV(B) | 280.98º | 0.65% | 0.98% | - |
| XYZ | 44.37 | 25.92 | 93.93 | - |
| YUV | 139.18 | 191.11 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 251 | 0.21 | 0.65 | 0 | 0.02 | 280.98 | 0.95 | 0.66 |
| Hex | C7 | 57 | FB | 15 | 41 | 0 | 2 | 119 | 5F | 42 |
| Octal | 307 | 127 | 373 | 25 | 101 | 0 | 2 | 431 | 137 | 102 |
| Binary | 11000111 | 1010111 | 11111011 | 10101 | 1000001 | 0 | 10 | 100011001 | 1011111 | 1000010 |
Color Harmonies of #C757FB
Complementary color
Monochromatic Colors of #C757FB
Black with #C757FB
Text Example
Text Example
White with #C757FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C757FB; }
p { color: rgb(199,87,251); }
H1.HeaderClassName
{
color: #C757FB;
}
.AnyTagClassName
{
color: #C757FB;
}
</style>
background-color css
<style>
a { background-color: #C757FB; }
a { background-color: rgb(199,87,251); }
div.DivClassName
{
background-color: #C757FB;
}
.BgClassName
{
background-color: #C757FB;
}
</style>
border-color css
<style>
span { border-color: #C757FB; }
span { border-color: rgb(199,87,251); }
td.TdClassName
{
border-color: #C757FB;
}
.TagClassName
{
border-color: #C757FB;
}
</style>