Shades of Orchid #D67BDF
Tints of Orchid #D67BDF
RGB
CMYK
RGB Variations
Color information
#D67BDF (or 0xD67BDF) is known color: Orchid. HEX triplet: D6, 7B and DF. RGB value is (214,123,223). Sum of RGB (Red+Green+Blue) = 214+123+223=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #D67BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BDF is #298420. Grayscale: #A1A1A1. Windows color (decimal): -2720801 or 14646230. OLE color: 14646230.
HSL color Cylindrical-coordinate representation of color #D67BDF: hue angle of 294.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67BDF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 123 | 223 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.13 |
| HSL | 294.6º | 0.61% | 0.68% | - |
| HSV(B) | 294.6º | 0.45% | 0.87% | - |
| XYZ | 48.13 | 33.79 | 73.8 | - |
| YUV | 161.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 223 | 0.04 | 0.45 | 0 | 0.13 | 294.6 | 0.61 | 0.68 |
| Hex | D6 | 7B | DF | 4 | 2D | 0 | D | 127 | 3D | 44 |
| Octal | 326 | 173 | 337 | 4 | 55 | 0 | 15 | 447 | 75 | 104 |
| Binary | 11010110 | 1111011 | 11011111 | 100 | 101101 | 0 | 1101 | 100100111 | 111101 | 1000100 |
Color Harmonies of #D67BDF
Complementary color
Monochromatic Colors of #D67BDF
Black with #D67BDF
Text Example
Text Example
White with #D67BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BDF; }
p { color: rgb(214,123,223); }
H1.HeaderClassName
{
color: #D67BDF;
}
.AnyTagClassName
{
color: #D67BDF;
}
</style>
background-color css
<style>
a { background-color: #D67BDF; }
a { background-color: rgb(214,123,223); }
div.DivClassName
{
background-color: #D67BDF;
}
.BgClassName
{
background-color: #D67BDF;
}
</style>
border-color css
<style>
span { border-color: #D67BDF; }
span { border-color: rgb(214,123,223); }
td.TdClassName
{
border-color: #D67BDF;
}
.TagClassName
{
border-color: #D67BDF;
}
</style>