Shades of Heliotrope #C162FB
Tints of Heliotrope #C162FB
RGB
CMYK
RGB Variations
Color information
#C162FB (or 0xC162FB) is known color: Heliotrope. HEX triplet: C1, 62 and FB. RGB value is (193,98,251). Sum of RGB (Red+Green+Blue) = 193+98+251=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #C162FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C162FB is #3E9D04. Grayscale: #8F8F8F. Windows color (decimal): -4103429 or 16474817. OLE color: 16474817.
HSL color Cylindrical-coordinate representation of color #C162FB: hue angle of 277.25º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C162FB is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 98 | 251 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.02 |
| HSL | 277.25º | 0.95% | 0.68% | - |
| HSV(B) | 277.25º | 0.61% | 0.98% | - |
| XYZ | 43.77 | 27.04 | 94.18 | - |
| YUV | 143.85 | 188.47 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 251 | 0.23 | 0.61 | 0 | 0.02 | 277.25 | 0.95 | 0.68 |
| Hex | C1 | 62 | FB | 17 | 3D | 0 | 2 | 115 | 5F | 44 |
| Octal | 301 | 142 | 373 | 27 | 75 | 0 | 2 | 425 | 137 | 104 |
| Binary | 11000001 | 1100010 | 11111011 | 10111 | 111101 | 0 | 10 | 100010101 | 1011111 | 1000100 |
Color Harmonies of #C162FB
Complementary color
Monochromatic Colors of #C162FB
Black with #C162FB
Text Example
Text Example
White with #C162FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162FB; }
p { color: rgb(193,98,251); }
H1.HeaderClassName
{
color: #C162FB;
}
.AnyTagClassName
{
color: #C162FB;
}
</style>
background-color css
<style>
a { background-color: #C162FB; }
a { background-color: rgb(193,98,251); }
div.DivClassName
{
background-color: #C162FB;
}
.BgClassName
{
background-color: #C162FB;
}
</style>
border-color css
<style>
span { border-color: #C162FB; }
span { border-color: rgb(193,98,251); }
td.TdClassName
{
border-color: #C162FB;
}
.TagClassName
{
border-color: #C162FB;
}
</style>