Shades of Orchid #D07ECC
Tints of Orchid #D07ECC
RGB
CMYK
RGB Variations
Color information
#D07ECC (or 0xD07ECC) is known color: Orchid. HEX triplet: D0, 7E and CC. RGB value is (208,126,204). Sum of RGB (Red+Green+Blue) = 208+126+204=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ECC is #2F8133. Grayscale: #9F9F9F. Windows color (decimal): -3113268 or 13401808. OLE color: 13401808.
HSL color Cylindrical-coordinate representation of color #D07ECC: hue angle of 302.93º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07ECC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 204 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.18 |
| HSL | 302.93º | 0.47% | 0.65% | - |
| HSV(B) | 302.93º | 0.39% | 0.82% | - |
| XYZ | 44.37 | 32.69 | 61.1 | - |
| YUV | 159.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 204 | 0 | 0.39 | 0.02 | 0.18 | 302.93 | 0.47 | 0.65 |
| Hex | D0 | 7E | CC | 0 | 27 | 2 | 12 | 12F | 2F | 41 |
| Octal | 320 | 176 | 314 | 0 | 47 | 2 | 22 | 457 | 57 | 101 |
| Binary | 11010000 | 1111110 | 11001100 | 0 | 100111 | 10 | 10010 | 100101111 | 101111 | 1000001 |
Color Harmonies of #D07ECC
Complementary color
Monochromatic Colors of #D07ECC
Black with #D07ECC
Text Example
Text Example
White with #D07ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07ECC; }
p { color: rgb(208,126,204); }
H1.HeaderClassName
{
color: #D07ECC;
}
.AnyTagClassName
{
color: #D07ECC;
}
</style>
background-color css
<style>
a { background-color: #D07ECC; }
a { background-color: rgb(208,126,204); }
div.DivClassName
{
background-color: #D07ECC;
}
.BgClassName
{
background-color: #D07ECC;
}
</style>
border-color css
<style>
span { border-color: #D07ECC; }
span { border-color: rgb(208,126,204); }
td.TdClassName
{
border-color: #D07ECC;
}
.TagClassName
{
border-color: #D07ECC;
}
</style>