Shades of Orchid #D05ECF
Tints of Orchid #D05ECF
RGB
CMYK
RGB Variations
Color information
#D05ECF (or 0xD05ECF) is known color: Orchid. HEX triplet: D0, 5E and CF. RGB value is (208,94,207). Sum of RGB (Red+Green+Blue) = 208+94+207=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D05ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ECF is #2FA130. Grayscale: #8C8C8C. Windows color (decimal): -3121457 or 13590224. OLE color: 13590224.
HSL color Cylindrical-coordinate representation of color #D05ECF: hue angle of 300.53º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05ECF is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 207 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.18 |
| HSL | 300.53º | 0.55% | 0.59% | - |
| HSV(B) | 300.53º | 0.55% | 0.82% | - |
| XYZ | 41.28 | 25.92 | 61.86 | - |
| YUV | 140.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 207 | 0 | 0.55 | 0.00 | 0.18 | 300.53 | 0.55 | 0.59 |
| Hex | D0 | 5E | CF | 0 | 37 | 0 | 12 | 12D | 37 | 3B |
| Octal | 320 | 136 | 317 | 0 | 67 | 0 | 22 | 455 | 67 | 73 |
| Binary | 11010000 | 1011110 | 11001111 | 0 | 110111 | 0 | 10010 | 100101101 | 110111 | 111011 |
Color Harmonies of #D05ECF
Complementary color
Monochromatic Colors of #D05ECF
Black with #D05ECF
Text Example
Text Example
White with #D05ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05ECF; }
p { color: rgb(208,94,207); }
H1.HeaderClassName
{
color: #D05ECF;
}
.AnyTagClassName
{
color: #D05ECF;
}
</style>
background-color css
<style>
a { background-color: #D05ECF; }
a { background-color: rgb(208,94,207); }
div.DivClassName
{
background-color: #D05ECF;
}
.BgClassName
{
background-color: #D05ECF;
}
</style>
border-color css
<style>
span { border-color: #D05ECF; }
span { border-color: rgb(208,94,207); }
td.TdClassName
{
border-color: #D05ECF;
}
.TagClassName
{
border-color: #D05ECF;
}
</style>