Shades of Orchid #D66BDF
Tints of Orchid #D66BDF
RGB
CMYK
RGB Variations
Color information
#D66BDF (or 0xD66BDF) is known color: Orchid. HEX triplet: D6, 6B and DF. RGB value is (214,107,223). Sum of RGB (Red+Green+Blue) = 214+107+223=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #D66BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BDF is #299420. Grayscale: #979797. Windows color (decimal): -2724897 or 14642134. OLE color: 14642134.
HSL color Cylindrical-coordinate representation of color #D66BDF: hue angle of 295.34º 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 #D66BDF is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 107 | 223 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.13 |
| HSL | 295.34º | 0.64% | 0.65% | - |
| HSV(B) | 295.34º | 0.52% | 0.87% | - |
| XYZ | 46.31 | 30.14 | 73.19 | - |
| YUV | 152.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 223 | 0.04 | 0.52 | 0 | 0.13 | 295.34 | 0.64 | 0.65 |
| Hex | D6 | 6B | DF | 4 | 34 | 0 | D | 127 | 40 | 41 |
| Octal | 326 | 153 | 337 | 4 | 64 | 0 | 15 | 447 | 100 | 101 |
| Binary | 11010110 | 1101011 | 11011111 | 100 | 110100 | 0 | 1101 | 100100111 | 1000000 | 1000001 |
Color Harmonies of #D66BDF
Complementary color
Monochromatic Colors of #D66BDF
Black with #D66BDF
Text Example
Text Example
White with #D66BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66BDF; }
p { color: rgb(214,107,223); }
H1.HeaderClassName
{
color: #D66BDF;
}
.AnyTagClassName
{
color: #D66BDF;
}
</style>
background-color css
<style>
a { background-color: #D66BDF; }
a { background-color: rgb(214,107,223); }
div.DivClassName
{
background-color: #D66BDF;
}
.BgClassName
{
background-color: #D66BDF;
}
</style>
border-color css
<style>
span { border-color: #D66BDF; }
span { border-color: rgb(214,107,223); }
td.TdClassName
{
border-color: #D66BDF;
}
.TagClassName
{
border-color: #D66BDF;
}
</style>