Shades of Heliotrope #C76BED
Tints of Heliotrope #C76BED
RGB
CMYK
RGB Variations
Color information
#C76BED (or 0xC76BED) is known color: Heliotrope. HEX triplet: C7, 6B and ED. RGB value is (199,107,237). Sum of RGB (Red+Green+Blue) = 199+107+237=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #C76BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76BED is #389412. Grayscale: #949494. Windows color (decimal): -3707923 or 15559623. OLE color: 15559623.
HSL color Cylindrical-coordinate representation of color #C76BED: hue angle of 282.46º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C76BED is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 107 | 237 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.07 |
| HSL | 282.46º | 0.78% | 0.67% | - |
| HSV(B) | 282.46º | 0.55% | 0.93% | - |
| XYZ | 44.1 | 28.77 | 83.35 | - |
| YUV | 149.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 237 | 0.16 | 0.55 | 0 | 0.07 | 282.46 | 0.78 | 0.67 |
| Hex | C7 | 6B | ED | 10 | 37 | 0 | 7 | 11A | 4E | 43 |
| Octal | 307 | 153 | 355 | 20 | 67 | 0 | 7 | 432 | 116 | 103 |
| Binary | 11000111 | 1101011 | 11101101 | 10000 | 110111 | 0 | 111 | 100011010 | 1001110 | 1000011 |
Color Harmonies of #C76BED
Complementary color
Monochromatic Colors of #C76BED
Black with #C76BED
Text Example
Text Example
White with #C76BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BED; }
p { color: rgb(199,107,237); }
H1.HeaderClassName
{
color: #C76BED;
}
.AnyTagClassName
{
color: #C76BED;
}
</style>
background-color css
<style>
a { background-color: #C76BED; }
a { background-color: rgb(199,107,237); }
div.DivClassName
{
background-color: #C76BED;
}
.BgClassName
{
background-color: #C76BED;
}
</style>
border-color css
<style>
span { border-color: #C76BED; }
span { border-color: rgb(199,107,237); }
td.TdClassName
{
border-color: #C76BED;
}
.TagClassName
{
border-color: #C76BED;
}
</style>