Shades of Heliotrope #C07FFB
Tints of Heliotrope #C07FFB
RGB
CMYK
RGB Variations
Color information
#C07FFB (or 0xC07FFB) is known color: Heliotrope. HEX triplet: C0, 7F and FB. RGB value is (192,127,251). Sum of RGB (Red+Green+Blue) = 192+127+251=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #C07FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FFB is #3F8004. Grayscale: #A0A0A0. Windows color (decimal): -4161541 or 16482240. OLE color: 16482240.
HSL color Cylindrical-coordinate representation of color #C07FFB: hue angle of 271.45º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07FFB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 127 | 251 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.02 |
| HSL | 271.45º | 0.94% | 0.74% | - |
| HSV(B) | 271.45º | 0.49% | 0.98% | - |
| XYZ | 46.74 | 33.35 | 95.24 | - |
| YUV | 160.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 251 | 0.24 | 0.49 | 0 | 0.02 | 271.45 | 0.94 | 0.74 |
| Hex | C0 | 7F | FB | 18 | 31 | 0 | 2 | 10F | 5E | 4A |
| Octal | 300 | 177 | 373 | 30 | 61 | 0 | 2 | 417 | 136 | 112 |
| Binary | 11000000 | 1111111 | 11111011 | 11000 | 110001 | 0 | 10 | 100001111 | 1011110 | 1001010 |
Color Harmonies of #C07FFB
Complementary color
Monochromatic Colors of #C07FFB
Black with #C07FFB
Text Example
Text Example
White with #C07FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FFB; }
p { color: rgb(192,127,251); }
H1.HeaderClassName
{
color: #C07FFB;
}
.AnyTagClassName
{
color: #C07FFB;
}
</style>
background-color css
<style>
a { background-color: #C07FFB; }
a { background-color: rgb(192,127,251); }
div.DivClassName
{
background-color: #C07FFB;
}
.BgClassName
{
background-color: #C07FFB;
}
</style>
border-color css
<style>
span { border-color: #C07FFB; }
span { border-color: rgb(192,127,251); }
td.TdClassName
{
border-color: #C07FFB;
}
.TagClassName
{
border-color: #C07FFB;
}
</style>