Shades of Orchid #D07EC5
Tints of Orchid #D07EC5
RGB
CMYK
RGB Variations
Color information
#D07EC5 (or 0xD07EC5) is known color: Orchid. HEX triplet: D0, 7E and C5. RGB value is (208,126,197). Sum of RGB (Red+Green+Blue) = 208+126+197=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EC5 is #2F813A. Grayscale: #9E9E9E. Windows color (decimal): -3113275 or 12943056. OLE color: 12943056.
HSL color Cylindrical-coordinate representation of color #D07EC5: hue angle of 308.05º 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 #D07EC5 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 197 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.18 |
| HSL | 308.05º | 0.47% | 0.65% | - |
| HSV(B) | 308.05º | 0.39% | 0.82% | - |
| XYZ | 43.55 | 32.36 | 56.77 | - |
| YUV | 158.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 197 | 0 | 0.39 | 0.05 | 0.18 | 308.05 | 0.47 | 0.65 |
| Hex | D0 | 7E | C5 | 0 | 27 | 5 | 12 | 134 | 2F | 41 |
| Octal | 320 | 176 | 305 | 0 | 47 | 5 | 22 | 464 | 57 | 101 |
| Binary | 11010000 | 1111110 | 11000101 | 0 | 100111 | 101 | 10010 | 100110100 | 101111 | 1000001 |
Color Harmonies of #D07EC5
Complementary color
Monochromatic Colors of #D07EC5
Black with #D07EC5
Text Example
Text Example
White with #D07EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07EC5; }
p { color: rgb(208,126,197); }
H1.HeaderClassName
{
color: #D07EC5;
}
.AnyTagClassName
{
color: #D07EC5;
}
</style>
background-color css
<style>
a { background-color: #D07EC5; }
a { background-color: rgb(208,126,197); }
div.DivClassName
{
background-color: #D07EC5;
}
.BgClassName
{
background-color: #D07EC5;
}
</style>
border-color css
<style>
span { border-color: #D07EC5; }
span { border-color: rgb(208,126,197); }
td.TdClassName
{
border-color: #D07EC5;
}
.TagClassName
{
border-color: #D07EC5;
}
</style>