Shades of Orchid #D07ECE
Tints of Orchid #D07ECE
RGB
CMYK
RGB Variations
Color information
#D07ECE (or 0xD07ECE) is known color: Orchid. HEX triplet: D0, 7E and CE. RGB value is (208,126,206). Sum of RGB (Red+Green+Blue) = 208+126+206=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ECE is #2F8131. Grayscale: #9F9F9F. Windows color (decimal): -3113266 or 13532880. OLE color: 13532880.
HSL color Cylindrical-coordinate representation of color #D07ECE: hue angle of 301.46º 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 #D07ECE is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 206 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.18 |
| HSL | 301.46º | 0.47% | 0.65% | - |
| HSV(B) | 301.46º | 0.39% | 0.82% | - |
| XYZ | 44.61 | 32.79 | 62.37 | - |
| YUV | 159.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 206 | 0 | 0.39 | 0.01 | 0.18 | 301.46 | 0.47 | 0.65 |
| Hex | D0 | 7E | CE | 0 | 27 | 1 | 12 | 12D | 2F | 41 |
| Octal | 320 | 176 | 316 | 0 | 47 | 1 | 22 | 455 | 57 | 101 |
| Binary | 11010000 | 1111110 | 11001110 | 0 | 100111 | 1 | 10010 | 100101101 | 101111 | 1000001 |
Color Harmonies of #D07ECE
Complementary color
Monochromatic Colors of #D07ECE
Black with #D07ECE
Text Example
Text Example
White with #D07ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07ECE; }
p { color: rgb(208,126,206); }
H1.HeaderClassName
{
color: #D07ECE;
}
.AnyTagClassName
{
color: #D07ECE;
}
</style>
background-color css
<style>
a { background-color: #D07ECE; }
a { background-color: rgb(208,126,206); }
div.DivClassName
{
background-color: #D07ECE;
}
.BgClassName
{
background-color: #D07ECE;
}
</style>
border-color css
<style>
span { border-color: #D07ECE; }
span { border-color: rgb(208,126,206); }
td.TdClassName
{
border-color: #D07ECE;
}
.TagClassName
{
border-color: #D07ECE;
}
</style>