Shades of Orchid #D06ECF
Tints of Orchid #D06ECF
RGB
CMYK
RGB Variations
Color information
#D06ECF (or 0xD06ECF) is known color: Orchid. HEX triplet: D0, 6E and CF. RGB value is (208,110,207). Sum of RGB (Red+Green+Blue) = 208+110+207=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ECF is #2F9130. Grayscale: #969696. Windows color (decimal): -3117361 or 13594320. OLE color: 13594320.
HSL color Cylindrical-coordinate representation of color #D06ECF: hue angle of 300.61º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06ECF is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 207 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.18 |
| HSL | 300.61º | 0.51% | 0.62% | - |
| HSV(B) | 300.61º | 0.47% | 0.82% | - |
| XYZ | 42.85 | 29.07 | 62.38 | - |
| YUV | 150.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 207 | 0 | 0.47 | 0.00 | 0.18 | 300.61 | 0.51 | 0.62 |
| Hex | D0 | 6E | CF | 0 | 2F | 0 | 12 | 12D | 33 | 3E |
| Octal | 320 | 156 | 317 | 0 | 57 | 0 | 22 | 455 | 63 | 76 |
| Binary | 11010000 | 1101110 | 11001111 | 0 | 101111 | 0 | 10010 | 100101101 | 110011 | 111110 |
Color Harmonies of #D06ECF
Complementary color
Monochromatic Colors of #D06ECF
Black with #D06ECF
Text Example
Text Example
White with #D06ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06ECF; }
p { color: rgb(208,110,207); }
H1.HeaderClassName
{
color: #D06ECF;
}
.AnyTagClassName
{
color: #D06ECF;
}
</style>
background-color css
<style>
a { background-color: #D06ECF; }
a { background-color: rgb(208,110,207); }
div.DivClassName
{
background-color: #D06ECF;
}
.BgClassName
{
background-color: #D06ECF;
}
</style>
border-color css
<style>
span { border-color: #D06ECF; }
span { border-color: rgb(208,110,207); }
td.TdClassName
{
border-color: #D06ECF;
}
.TagClassName
{
border-color: #D06ECF;
}
</style>