Shades of Orchid #D67DD1
Tints of Orchid #D67DD1
RGB
CMYK
RGB Variations
Color information
#D67DD1 (or 0xD67DD1) is known color: Orchid. HEX triplet: D6, 7D and D1. RGB value is (214,125,209). Sum of RGB (Red+Green+Blue) = 214+125+209=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DD1 is #29822E. Grayscale: #A0A0A0. Windows color (decimal): -2720303 or 13729238. OLE color: 13729238.
HSL color Cylindrical-coordinate representation of color #D67DD1: hue angle of 303.37º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DD1 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 209 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.16 |
| HSL | 303.37º | 0.52% | 0.66% | - |
| HSV(B) | 303.37º | 0.42% | 0.84% | - |
| XYZ | 46.57 | 33.57 | 64.35 | - |
| YUV | 161.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 209 | 0 | 0.42 | 0.02 | 0.16 | 303.37 | 0.52 | 0.66 |
| Hex | D6 | 7D | D1 | 0 | 2A | 2 | 10 | 12F | 34 | 42 |
| Octal | 326 | 175 | 321 | 0 | 52 | 2 | 20 | 457 | 64 | 102 |
| Binary | 11010110 | 1111101 | 11010001 | 0 | 101010 | 10 | 10000 | 100101111 | 110100 | 1000010 |
Color Harmonies of #D67DD1
Complementary color
Monochromatic Colors of #D67DD1
Black with #D67DD1
Text Example
Text Example
White with #D67DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DD1; }
p { color: rgb(214,125,209); }
H1.HeaderClassName
{
color: #D67DD1;
}
.AnyTagClassName
{
color: #D67DD1;
}
</style>
background-color css
<style>
a { background-color: #D67DD1; }
a { background-color: rgb(214,125,209); }
div.DivClassName
{
background-color: #D67DD1;
}
.BgClassName
{
background-color: #D67DD1;
}
</style>
border-color css
<style>
span { border-color: #D67DD1; }
span { border-color: rgb(214,125,209); }
td.TdClassName
{
border-color: #D67DD1;
}
.TagClassName
{
border-color: #D67DD1;
}
</style>