Shades of Heliotrope #C061FB
Tints of Heliotrope #C061FB
RGB
CMYK
RGB Variations
Color information
#C061FB (or 0xC061FB) is known color: Heliotrope. HEX triplet: C0, 61 and FB. RGB value is (192,97,251). Sum of RGB (Red+Green+Blue) = 192+97+251=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #C061FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C061FB is #3F9E04. Grayscale: #8E8E8E. Windows color (decimal): -4169221 or 16474560. OLE color: 16474560.
HSL color Cylindrical-coordinate representation of color #C061FB: hue angle of 277.01º 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 #C061FB is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 97 | 251 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.02 |
| HSL | 277.01º | 0.95% | 0.68% | - |
| HSV(B) | 277.01º | 0.61% | 0.98% | - |
| XYZ | 43.43 | 26.72 | 94.14 | - |
| YUV | 142.96 | 188.97 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 251 | 0.24 | 0.61 | 0 | 0.02 | 277.01 | 0.95 | 0.68 |
| Hex | C0 | 61 | FB | 18 | 3D | 0 | 2 | 115 | 5F | 44 |
| Octal | 300 | 141 | 373 | 30 | 75 | 0 | 2 | 425 | 137 | 104 |
| Binary | 11000000 | 1100001 | 11111011 | 11000 | 111101 | 0 | 10 | 100010101 | 1011111 | 1000100 |
Color Harmonies of #C061FB
Complementary color
Monochromatic Colors of #C061FB
Black with #C061FB
Text Example
Text Example
White with #C061FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061FB; }
p { color: rgb(192,97,251); }
H1.HeaderClassName
{
color: #C061FB;
}
.AnyTagClassName
{
color: #C061FB;
}
</style>
background-color css
<style>
a { background-color: #C061FB; }
a { background-color: rgb(192,97,251); }
div.DivClassName
{
background-color: #C061FB;
}
.BgClassName
{
background-color: #C061FB;
}
</style>
border-color css
<style>
span { border-color: #C061FB; }
span { border-color: rgb(192,97,251); }
td.TdClassName
{
border-color: #C061FB;
}
.TagClassName
{
border-color: #C061FB;
}
</style>