Shades of Orchid #C07DCB
Tints of Orchid #C07DCB
RGB
CMYK
RGB Variations
Color information
#C07DCB (or 0xC07DCB) is known color: Orchid. HEX triplet: C0, 7D and CB. RGB value is (192,125,203). Sum of RGB (Red+Green+Blue) = 192+125+203=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #C07DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DCB is #3F8234. Grayscale: #999999. Windows color (decimal): -4162101 or 13336000. OLE color: 13336000.
HSL color Cylindrical-coordinate representation of color #C07DCB: hue angle of 291.54º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07DCB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 125 | 203 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.20 |
| HSL | 291.54º | 0.43% | 0.64% | - |
| HSV(B) | 291.54º | 0.38% | 0.8% | - |
| XYZ | 39.85 | 30.19 | 60.23 | - |
| YUV | 153.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 203 | 0.05 | 0.38 | 0 | 0.20 | 291.54 | 0.43 | 0.64 |
| Hex | C0 | 7D | CB | 5 | 26 | 0 | 14 | 124 | 2B | 40 |
| Octal | 300 | 175 | 313 | 5 | 46 | 0 | 24 | 444 | 53 | 100 |
| Binary | 11000000 | 1111101 | 11001011 | 101 | 100110 | 0 | 10100 | 100100100 | 101011 | 1000000 |
Color Harmonies of #C07DCB
Complementary color
Monochromatic Colors of #C07DCB
Black with #C07DCB
Text Example
Text Example
White with #C07DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DCB; }
p { color: rgb(192,125,203); }
H1.HeaderClassName
{
color: #C07DCB;
}
.AnyTagClassName
{
color: #C07DCB;
}
</style>
background-color css
<style>
a { background-color: #C07DCB; }
a { background-color: rgb(192,125,203); }
div.DivClassName
{
background-color: #C07DCB;
}
.BgClassName
{
background-color: #C07DCB;
}
</style>
border-color css
<style>
span { border-color: #C07DCB; }
span { border-color: rgb(192,125,203); }
td.TdClassName
{
border-color: #C07DCB;
}
.TagClassName
{
border-color: #C07DCB;
}
</style>