Shades of Orchid #D06DCE
Tints of Orchid #D06DCE
RGB
CMYK
RGB Variations
Color information
#D06DCE (or 0xD06DCE) is known color: Orchid. HEX triplet: D0, 6D and CE. RGB value is (208,109,206). Sum of RGB (Red+Green+Blue) = 208+109+206=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DCE is #2F9231. Grayscale: #959595. Windows color (decimal): -3117618 or 13528528. OLE color: 13528528.
HSL color Cylindrical-coordinate representation of color #D06DCE: hue angle of 301.21º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06DCE is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 206 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.18 |
| HSL | 301.21º | 0.51% | 0.62% | - |
| HSV(B) | 301.21º | 0.48% | 0.82% | - |
| XYZ | 42.62 | 28.8 | 61.71 | - |
| YUV | 149.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 206 | 0 | 0.48 | 0.01 | 0.18 | 301.21 | 0.51 | 0.62 |
| Hex | D0 | 6D | CE | 0 | 30 | 1 | 12 | 12D | 33 | 3E |
| Octal | 320 | 155 | 316 | 0 | 60 | 1 | 22 | 455 | 63 | 76 |
| Binary | 11010000 | 1101101 | 11001110 | 0 | 110000 | 1 | 10010 | 100101101 | 110011 | 111110 |
Color Harmonies of #D06DCE
Complementary color
Monochromatic Colors of #D06DCE
Black with #D06DCE
Text Example
Text Example
White with #D06DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DCE; }
p { color: rgb(208,109,206); }
H1.HeaderClassName
{
color: #D06DCE;
}
.AnyTagClassName
{
color: #D06DCE;
}
</style>
background-color css
<style>
a { background-color: #D06DCE; }
a { background-color: rgb(208,109,206); }
div.DivClassName
{
background-color: #D06DCE;
}
.BgClassName
{
background-color: #D06DCE;
}
</style>
border-color css
<style>
span { border-color: #D06DCE; }
span { border-color: rgb(208,109,206); }
td.TdClassName
{
border-color: #D06DCE;
}
.TagClassName
{
border-color: #D06DCE;
}
</style>