Shades of Orchid #C76DD2
Tints of Orchid #C76DD2
RGB
CMYK
RGB Variations
Color information
#C76DD2 (or 0xC76DD2) is known color: Orchid. HEX triplet: C7, 6D and D2. RGB value is (199,109,210). Sum of RGB (Red+Green+Blue) = 199+109+210=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #C76DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DD2 is #38922D. Grayscale: #939393. Windows color (decimal): -3707438 or 13790663. OLE color: 13790663.
HSL color Cylindrical-coordinate representation of color #C76DD2: hue angle of 293.47º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76DD2 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 109 | 210 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.18 |
| HSL | 293.47º | 0.53% | 0.63% | - |
| HSV(B) | 293.47º | 0.48% | 0.82% | - |
| XYZ | 40.65 | 27.73 | 64.18 | - |
| YUV | 147.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 210 | 0.05 | 0.48 | 0 | 0.18 | 293.47 | 0.53 | 0.63 |
| Hex | C7 | 6D | D2 | 5 | 30 | 0 | 12 | 125 | 35 | 3F |
| Octal | 307 | 155 | 322 | 5 | 60 | 0 | 22 | 445 | 65 | 77 |
| Binary | 11000111 | 1101101 | 11010010 | 101 | 110000 | 0 | 10010 | 100100101 | 110101 | 111111 |
Color Harmonies of #C76DD2
Complementary color
Monochromatic Colors of #C76DD2
Black with #C76DD2
Text Example
Text Example
White with #C76DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DD2; }
p { color: rgb(199,109,210); }
H1.HeaderClassName
{
color: #C76DD2;
}
.AnyTagClassName
{
color: #C76DD2;
}
</style>
background-color css
<style>
a { background-color: #C76DD2; }
a { background-color: rgb(199,109,210); }
div.DivClassName
{
background-color: #C76DD2;
}
.BgClassName
{
background-color: #C76DD2;
}
</style>
border-color css
<style>
span { border-color: #C76DD2; }
span { border-color: rgb(199,109,210); }
td.TdClassName
{
border-color: #C76DD2;
}
.TagClassName
{
border-color: #C76DD2;
}
</style>