Shades of Orchid #D67BBC
Tints of Orchid #D67BBC
RGB
CMYK
RGB Variations
Color information
#D67BBC (or 0xD67BBC) is known color: Orchid. HEX triplet: D6, 7B and BC. RGB value is (214,123,188). Sum of RGB (Red+Green+Blue) = 214+123+188=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BBC is #298443. Grayscale: #9D9D9D. Windows color (decimal): -2720836 or 12352470. OLE color: 12352470.
HSL color Cylindrical-coordinate representation of color #D67BBC: hue angle of 317.14º 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 #D67BBC is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 188 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.16 |
| HSL | 317.14º | 0.53% | 0.66% | - |
| HSV(B) | 317.14º | 0.43% | 0.84% | - |
| XYZ | 43.89 | 32.09 | 51.46 | - |
| YUV | 157.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 188 | 0 | 0.43 | 0.12 | 0.16 | 317.14 | 0.53 | 0.66 |
| Hex | D6 | 7B | BC | 0 | 2B | C | 10 | 13D | 35 | 42 |
| Octal | 326 | 173 | 274 | 0 | 53 | 14 | 20 | 475 | 65 | 102 |
| Binary | 11010110 | 1111011 | 10111100 | 0 | 101011 | 1100 | 10000 | 100111101 | 110101 | 1000010 |
Color Harmonies of #D67BBC
Complementary color
Monochromatic Colors of #D67BBC
Black with #D67BBC
Text Example
Text Example
White with #D67BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BBC; }
p { color: rgb(214,123,188); }
H1.HeaderClassName
{
color: #D67BBC;
}
.AnyTagClassName
{
color: #D67BBC;
}
</style>
background-color css
<style>
a { background-color: #D67BBC; }
a { background-color: rgb(214,123,188); }
div.DivClassName
{
background-color: #D67BBC;
}
.BgClassName
{
background-color: #D67BBC;
}
</style>
border-color css
<style>
span { border-color: #D67BBC; }
span { border-color: rgb(214,123,188); }
td.TdClassName
{
border-color: #D67BBC;
}
.TagClassName
{
border-color: #D67BBC;
}
</style>