Shades of Orchid #D67BD4
Tints of Orchid #D67BD4
RGB
CMYK
RGB Variations
Color information
#D67BD4 (or 0xD67BD4) is known color: Orchid. HEX triplet: D6, 7B and D4. RGB value is (214,123,212). Sum of RGB (Red+Green+Blue) = 214+123+212=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BD4 is #29842B. Grayscale: #A0A0A0. Windows color (decimal): -2720812 or 13925334. OLE color: 13925334.
HSL color Cylindrical-coordinate representation of color #D67BD4: hue angle of 301.32º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67BD4 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 212 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.16 |
| HSL | 301.32º | 0.53% | 0.66% | - |
| HSV(B) | 301.32º | 0.43% | 0.84% | - |
| XYZ | 46.7 | 33.22 | 66.24 | - |
| YUV | 160.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 212 | 0 | 0.43 | 0.01 | 0.16 | 301.32 | 0.53 | 0.66 |
| Hex | D6 | 7B | D4 | 0 | 2B | 1 | 10 | 12D | 35 | 42 |
| Octal | 326 | 173 | 324 | 0 | 53 | 1 | 20 | 455 | 65 | 102 |
| Binary | 11010110 | 1111011 | 11010100 | 0 | 101011 | 1 | 10000 | 100101101 | 110101 | 1000010 |
Color Harmonies of #D67BD4
Complementary color
Monochromatic Colors of #D67BD4
Black with #D67BD4
Text Example
Text Example
White with #D67BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BD4; }
p { color: rgb(214,123,212); }
H1.HeaderClassName
{
color: #D67BD4;
}
.AnyTagClassName
{
color: #D67BD4;
}
</style>
background-color css
<style>
a { background-color: #D67BD4; }
a { background-color: rgb(214,123,212); }
div.DivClassName
{
background-color: #D67BD4;
}
.BgClassName
{
background-color: #D67BD4;
}
</style>
border-color css
<style>
span { border-color: #D67BD4; }
span { border-color: rgb(214,123,212); }
td.TdClassName
{
border-color: #D67BD4;
}
.TagClassName
{
border-color: #D67BD4;
}
</style>