Shades of Heliotrope #C77BF2
Tints of Heliotrope #C77BF2
RGB
CMYK
RGB Variations
Color information
#C77BF2 (or 0xC77BF2) is known color: Heliotrope. HEX triplet: C7, 7B and F2. RGB value is (199,123,242). Sum of RGB (Red+Green+Blue) = 199+123+242=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #C77BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77BF2 is #38840D. Grayscale: #9E9E9E. Windows color (decimal): -3703822 or 15891399. OLE color: 15891399.
HSL color Cylindrical-coordinate representation of color #C77BF2: hue angle of 278.32º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C77BF2 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 123 | 242 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.05 |
| HSL | 278.32º | 0.82% | 0.72% | - |
| HSV(B) | 278.32º | 0.49% | 0.95% | - |
| XYZ | 46.66 | 32.72 | 87.86 | - |
| YUV | 159.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 242 | 0.18 | 0.49 | 0 | 0.05 | 278.32 | 0.82 | 0.72 |
| Hex | C7 | 7B | F2 | 12 | 31 | 0 | 5 | 116 | 52 | 48 |
| Octal | 307 | 173 | 362 | 22 | 61 | 0 | 5 | 426 | 122 | 110 |
| Binary | 11000111 | 1111011 | 11110010 | 10010 | 110001 | 0 | 101 | 100010110 | 1010010 | 1001000 |
Color Harmonies of #C77BF2
Complementary color
Monochromatic Colors of #C77BF2
Black with #C77BF2
Text Example
Text Example
White with #C77BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BF2; }
p { color: rgb(199,123,242); }
H1.HeaderClassName
{
color: #C77BF2;
}
.AnyTagClassName
{
color: #C77BF2;
}
</style>
background-color css
<style>
a { background-color: #C77BF2; }
a { background-color: rgb(199,123,242); }
div.DivClassName
{
background-color: #C77BF2;
}
.BgClassName
{
background-color: #C77BF2;
}
</style>
border-color css
<style>
span { border-color: #C77BF2; }
span { border-color: rgb(199,123,242); }
td.TdClassName
{
border-color: #C77BF2;
}
.TagClassName
{
border-color: #C77BF2;
}
</style>