Shades of Orchid #D67BC0
Tints of Orchid #D67BC0
RGB
CMYK
RGB Variations
Color information
#D67BC0 (or 0xD67BC0) is known color: Orchid. HEX triplet: D6, 7B and C0. RGB value is (214,123,192). Sum of RGB (Red+Green+Blue) = 214+123+192=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BC0 is #29843F. Grayscale: #9D9D9D. Windows color (decimal): -2720832 or 12614614. OLE color: 12614614.
HSL color Cylindrical-coordinate representation of color #D67BC0: hue angle of 314.51º 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 #D67BC0 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 192 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.16 |
| HSL | 314.51º | 0.53% | 0.66% | - |
| HSV(B) | 314.51º | 0.43% | 0.84% | - |
| XYZ | 44.33 | 32.27 | 53.76 | - |
| YUV | 158.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 192 | 0 | 0.43 | 0.10 | 0.16 | 314.51 | 0.53 | 0.66 |
| Hex | D6 | 7B | C0 | 0 | 2B | A | 10 | 13B | 35 | 42 |
| Octal | 326 | 173 | 300 | 0 | 53 | 12 | 20 | 473 | 65 | 102 |
| Binary | 11010110 | 1111011 | 11000000 | 0 | 101011 | 1010 | 10000 | 100111011 | 110101 | 1000010 |
Color Harmonies of #D67BC0
Complementary color
Monochromatic Colors of #D67BC0
Black with #D67BC0
Text Example
Text Example
White with #D67BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BC0; }
p { color: rgb(214,123,192); }
H1.HeaderClassName
{
color: #D67BC0;
}
.AnyTagClassName
{
color: #D67BC0;
}
</style>
background-color css
<style>
a { background-color: #D67BC0; }
a { background-color: rgb(214,123,192); }
div.DivClassName
{
background-color: #D67BC0;
}
.BgClassName
{
background-color: #D67BC0;
}
</style>
border-color css
<style>
span { border-color: #D67BC0; }
span { border-color: rgb(214,123,192); }
td.TdClassName
{
border-color: #D67BC0;
}
.TagClassName
{
border-color: #D67BC0;
}
</style>