Shades of Orchid #D66DBD
Tints of Orchid #D66DBD
RGB
CMYK
RGB Variations
Color information
#D66DBD (or 0xD66DBD) is known color: Orchid. HEX triplet: D6, 6D and BD. RGB value is (214,109,189). Sum of RGB (Red+Green+Blue) = 214+109+189=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DBD is #299242. Grayscale: #959595. Windows color (decimal): -2724419 or 12414422. OLE color: 12414422.
HSL color Cylindrical-coordinate representation of color #D66DBD: hue angle of 314.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DBD is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 189 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.16 |
| HSL | 314.29º | 0.56% | 0.63% | - |
| HSV(B) | 314.29º | 0.49% | 0.84% | - |
| XYZ | 42.39 | 28.91 | 51.49 | - |
| YUV | 149.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 189 | 0 | 0.49 | 0.12 | 0.16 | 314.29 | 0.56 | 0.63 |
| Hex | D6 | 6D | BD | 0 | 31 | C | 10 | 13A | 38 | 3F |
| Octal | 326 | 155 | 275 | 0 | 61 | 14 | 20 | 472 | 70 | 77 |
| Binary | 11010110 | 1101101 | 10111101 | 0 | 110001 | 1100 | 10000 | 100111010 | 111000 | 111111 |
Color Harmonies of #D66DBD
Complementary color
Monochromatic Colors of #D66DBD
Black with #D66DBD
Text Example
Text Example
White with #D66DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66DBD; }
p { color: rgb(214,109,189); }
H1.HeaderClassName
{
color: #D66DBD;
}
.AnyTagClassName
{
color: #D66DBD;
}
</style>
background-color css
<style>
a { background-color: #D66DBD; }
a { background-color: rgb(214,109,189); }
div.DivClassName
{
background-color: #D66DBD;
}
.BgClassName
{
background-color: #D66DBD;
}
</style>
border-color css
<style>
span { border-color: #D66DBD; }
span { border-color: rgb(214,109,189); }
td.TdClassName
{
border-color: #D66DBD;
}
.TagClassName
{
border-color: #D66DBD;
}
</style>