Shades of Medium Orchid #C76ADF
Tints of Medium Orchid #C76ADF
RGB
CMYK
RGB Variations
Color information
#C76ADF (or 0xC76ADF) is known color: Medium Orchid. HEX triplet: C7, 6A and DF. RGB value is (199,106,223). Sum of RGB (Red+Green+Blue) = 199+106+223=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #C76ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ADF is #389520. Grayscale: #929292. Windows color (decimal): -3708193 or 14641863. OLE color: 14641863.
HSL color Cylindrical-coordinate representation of color #C76ADF: hue angle of 287.69º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76ADF is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 106 | 223 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.13 |
| HSL | 287.69º | 0.65% | 0.65% | - |
| HSV(B) | 287.69º | 0.52% | 0.87% | - |
| XYZ | 42.03 | 27.78 | 72.96 | - |
| YUV | 147.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 223 | 0.11 | 0.52 | 0 | 0.13 | 287.69 | 0.65 | 0.65 |
| Hex | C7 | 6A | DF | B | 34 | 0 | D | 120 | 41 | 41 |
| Octal | 307 | 152 | 337 | 13 | 64 | 0 | 15 | 440 | 101 | 101 |
| Binary | 11000111 | 1101010 | 11011111 | 1011 | 110100 | 0 | 1101 | 100100000 | 1000001 | 1000001 |
Color Harmonies of #C76ADF
Complementary color
Monochromatic Colors of #C76ADF
Black with #C76ADF
Text Example
Text Example
White with #C76ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76ADF; }
p { color: rgb(199,106,223); }
H1.HeaderClassName
{
color: #C76ADF;
}
.AnyTagClassName
{
color: #C76ADF;
}
</style>
background-color css
<style>
a { background-color: #C76ADF; }
a { background-color: rgb(199,106,223); }
div.DivClassName
{
background-color: #C76ADF;
}
.BgClassName
{
background-color: #C76ADF;
}
</style>
border-color css
<style>
span { border-color: #C76ADF; }
span { border-color: rgb(199,106,223); }
td.TdClassName
{
border-color: #C76ADF;
}
.TagClassName
{
border-color: #C76ADF;
}
</style>