Shades of Orchid #C07DCC
Tints of Orchid #C07DCC
RGB
CMYK
RGB Variations
Color information
#C07DCC (or 0xC07DCC) is known color: Orchid. HEX triplet: C0, 7D and CC. RGB value is (192,125,204). Sum of RGB (Red+Green+Blue) = 192+125+204=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C07DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DCC is #3F8233. Grayscale: #999999. Windows color (decimal): -4162100 or 13401536. OLE color: 13401536.
HSL color Cylindrical-coordinate representation of color #C07DCC: hue angle of 290.89º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07DCC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 125 | 204 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.2 |
| HSL | 290.89º | 0.44% | 0.65% | - |
| HSV(B) | 290.89º | 0.39% | 0.8% | - |
| XYZ | 39.97 | 30.23 | 60.86 | - |
| YUV | 154.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 204 | 0.06 | 0.39 | 0 | 0.2 | 290.89 | 0.44 | 0.65 |
| Hex | C0 | 7D | CC | 6 | 27 | 0 | 14 | 123 | 2C | 41 |
| Octal | 300 | 175 | 314 | 6 | 47 | 0 | 24 | 443 | 54 | 101 |
| Binary | 11000000 | 1111101 | 11001100 | 110 | 100111 | 0 | 10100 | 100100011 | 101100 | 1000001 |
Color Harmonies of #C07DCC
Complementary color
Monochromatic Colors of #C07DCC
Black with #C07DCC
Text Example
Text Example
White with #C07DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DCC; }
p { color: rgb(192,125,204); }
H1.HeaderClassName
{
color: #C07DCC;
}
.AnyTagClassName
{
color: #C07DCC;
}
</style>
background-color css
<style>
a { background-color: #C07DCC; }
a { background-color: rgb(192,125,204); }
div.DivClassName
{
background-color: #C07DCC;
}
.BgClassName
{
background-color: #C07DCC;
}
</style>
border-color css
<style>
span { border-color: #C07DCC; }
span { border-color: rgb(192,125,204); }
td.TdClassName
{
border-color: #C07DCC;
}
.TagClassName
{
border-color: #C07DCC;
}
</style>