Shades of Orchid #D06BDF
Tints of Orchid #D06BDF
RGB
CMYK
RGB Variations
Color information
#D06BDF (or 0xD06BDF) is known color: Orchid. HEX triplet: D0, 6B and DF. RGB value is (208,107,223). Sum of RGB (Red+Green+Blue) = 208+107+223=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #D06BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BDF is #2F9420. Grayscale: #969696. Windows color (decimal): -3118113 or 14642128. OLE color: 14642128.
HSL color Cylindrical-coordinate representation of color #D06BDF: hue angle of 292.24º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06BDF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 107 | 223 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.13 |
| HSL | 292.24º | 0.64% | 0.65% | - |
| HSV(B) | 292.24º | 0.52% | 0.87% | - |
| XYZ | 44.59 | 29.25 | 73.11 | - |
| YUV | 150.42 | 168.96 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 223 | 0.07 | 0.52 | 0 | 0.13 | 292.24 | 0.64 | 0.65 |
| Hex | D0 | 6B | DF | 7 | 34 | 0 | D | 124 | 40 | 41 |
| Octal | 320 | 153 | 337 | 7 | 64 | 0 | 15 | 444 | 100 | 101 |
| Binary | 11010000 | 1101011 | 11011111 | 111 | 110100 | 0 | 1101 | 100100100 | 1000000 | 1000001 |
Color Harmonies of #D06BDF
Complementary color
Monochromatic Colors of #D06BDF
Black with #D06BDF
Text Example
Text Example
White with #D06BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BDF; }
p { color: rgb(208,107,223); }
H1.HeaderClassName
{
color: #D06BDF;
}
.AnyTagClassName
{
color: #D06BDF;
}
</style>
background-color css
<style>
a { background-color: #D06BDF; }
a { background-color: rgb(208,107,223); }
div.DivClassName
{
background-color: #D06BDF;
}
.BgClassName
{
background-color: #D06BDF;
}
</style>
border-color css
<style>
span { border-color: #D06BDF; }
span { border-color: rgb(208,107,223); }
td.TdClassName
{
border-color: #D06BDF;
}
.TagClassName
{
border-color: #D06BDF;
}
</style>