Shades of Orchid #D07CC0
Tints of Orchid #D07CC0
RGB
CMYK
RGB Variations
Color information
#D07CC0 (or 0xD07CC0) is known color: Orchid. HEX triplet: D0, 7C and C0. RGB value is (208,124,192). Sum of RGB (Red+Green+Blue) = 208+124+192=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CC0 is #2F833F. Grayscale: #9C9C9C. Windows color (decimal): -3113792 or 12614864. OLE color: 12614864.
HSL color Cylindrical-coordinate representation of color #D07CC0: hue angle of 311.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07CC0 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 192 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.18 |
| HSL | 311.43º | 0.47% | 0.65% | - |
| HSV(B) | 311.43º | 0.4% | 0.82% | - |
| XYZ | 42.73 | 31.63 | 53.72 | - |
| YUV | 156.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 192 | 0 | 0.40 | 0.08 | 0.18 | 311.43 | 0.47 | 0.65 |
| Hex | D0 | 7C | C0 | 0 | 28 | 8 | 12 | 137 | 2F | 41 |
| Octal | 320 | 174 | 300 | 0 | 50 | 10 | 22 | 467 | 57 | 101 |
| Binary | 11010000 | 1111100 | 11000000 | 0 | 101000 | 1000 | 10010 | 100110111 | 101111 | 1000001 |
Color Harmonies of #D07CC0
Complementary color
Monochromatic Colors of #D07CC0
Black with #D07CC0
Text Example
Text Example
White with #D07CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CC0; }
p { color: rgb(208,124,192); }
H1.HeaderClassName
{
color: #D07CC0;
}
.AnyTagClassName
{
color: #D07CC0;
}
</style>
background-color css
<style>
a { background-color: #D07CC0; }
a { background-color: rgb(208,124,192); }
div.DivClassName
{
background-color: #D07CC0;
}
.BgClassName
{
background-color: #D07CC0;
}
</style>
border-color css
<style>
span { border-color: #D07CC0; }
span { border-color: rgb(208,124,192); }
td.TdClassName
{
border-color: #D07CC0;
}
.TagClassName
{
border-color: #D07CC0;
}
</style>