Shades of Heliotrope #C170FB
Tints of Heliotrope #C170FB
RGB
CMYK
RGB Variations
Color information
#C170FB (or 0xC170FB) is known color: Heliotrope. HEX triplet: C1, 70 and FB. RGB value is (193,112,251). Sum of RGB (Red+Green+Blue) = 193+112+251=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #C170FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C170FB is #3E8F04. Grayscale: #979797. Windows color (decimal): -4099845 or 16478401. OLE color: 16478401.
HSL color Cylindrical-coordinate representation of color #C170FB: hue angle of 274.96º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C170FB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 112 | 251 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.02 |
| HSL | 274.96º | 0.95% | 0.71% | - |
| HSV(B) | 274.96º | 0.55% | 0.98% | - |
| XYZ | 45.2 | 29.89 | 94.65 | - |
| YUV | 152.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 251 | 0.23 | 0.55 | 0 | 0.02 | 274.96 | 0.95 | 0.71 |
| Hex | C1 | 70 | FB | 17 | 37 | 0 | 2 | 113 | 5F | 47 |
| Octal | 301 | 160 | 373 | 27 | 67 | 0 | 2 | 423 | 137 | 107 |
| Binary | 11000001 | 1110000 | 11111011 | 10111 | 110111 | 0 | 10 | 100010011 | 1011111 | 1000111 |
Color Harmonies of #C170FB
Complementary color
Monochromatic Colors of #C170FB
Black with #C170FB
Text Example
Text Example
White with #C170FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170FB; }
p { color: rgb(193,112,251); }
H1.HeaderClassName
{
color: #C170FB;
}
.AnyTagClassName
{
color: #C170FB;
}
</style>
background-color css
<style>
a { background-color: #C170FB; }
a { background-color: rgb(193,112,251); }
div.DivClassName
{
background-color: #C170FB;
}
.BgClassName
{
background-color: #C170FB;
}
</style>
border-color css
<style>
span { border-color: #C170FB; }
span { border-color: rgb(193,112,251); }
td.TdClassName
{
border-color: #C170FB;
}
.TagClassName
{
border-color: #C170FB;
}
</style>