Shades of Orchid #C76CD3
Tints of Orchid #C76CD3
RGB
CMYK
RGB Variations
Color information
#C76CD3 (or 0xC76CD3) is known color: Orchid. HEX triplet: C7, 6C and D3. RGB value is (199,108,211). Sum of RGB (Red+Green+Blue) = 199+108+211=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #C76CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CD3 is #38932C. Grayscale: #929292. Windows color (decimal): -3707693 or 13855943. OLE color: 13855943.
HSL color Cylindrical-coordinate representation of color #C76CD3: hue angle of 293.01º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76CD3 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 108 | 211 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.17 |
| HSL | 293.01º | 0.54% | 0.63% | - |
| HSV(B) | 293.01º | 0.49% | 0.83% | - |
| XYZ | 40.67 | 27.57 | 64.81 | - |
| YUV | 146.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 211 | 0.06 | 0.49 | 0 | 0.17 | 293.01 | 0.54 | 0.63 |
| Hex | C7 | 6C | D3 | 6 | 31 | 0 | 11 | 125 | 36 | 3F |
| Octal | 307 | 154 | 323 | 6 | 61 | 0 | 21 | 445 | 66 | 77 |
| Binary | 11000111 | 1101100 | 11010011 | 110 | 110001 | 0 | 10001 | 100100101 | 110110 | 111111 |
Color Harmonies of #C76CD3
Complementary color
Monochromatic Colors of #C76CD3
Black with #C76CD3
Text Example
Text Example
White with #C76CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CD3; }
p { color: rgb(199,108,211); }
H1.HeaderClassName
{
color: #C76CD3;
}
.AnyTagClassName
{
color: #C76CD3;
}
</style>
background-color css
<style>
a { background-color: #C76CD3; }
a { background-color: rgb(199,108,211); }
div.DivClassName
{
background-color: #C76CD3;
}
.BgClassName
{
background-color: #C76CD3;
}
</style>
border-color css
<style>
span { border-color: #C76CD3; }
span { border-color: rgb(199,108,211); }
td.TdClassName
{
border-color: #C76CD3;
}
.TagClassName
{
border-color: #C76CD3;
}
</style>