Shades of Orchid #D67DCB
Tints of Orchid #D67DCB
RGB
CMYK
RGB Variations
Color information
#D67DCB (or 0xD67DCB) is known color: Orchid. HEX triplet: D6, 7D and CB. RGB value is (214,125,203). Sum of RGB (Red+Green+Blue) = 214+125+203=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DCB is #298234. Grayscale: #A0A0A0. Windows color (decimal): -2720309 or 13336022. OLE color: 13336022.
HSL color Cylindrical-coordinate representation of color #D67DCB: hue angle of 307.42º 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 #D67DCB is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 203 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.16 |
| HSL | 307.42º | 0.52% | 0.66% | - |
| HSV(B) | 307.42º | 0.42% | 0.84% | - |
| XYZ | 45.84 | 33.28 | 60.51 | - |
| YUV | 160.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 203 | 0 | 0.42 | 0.05 | 0.16 | 307.42 | 0.52 | 0.66 |
| Hex | D6 | 7D | CB | 0 | 2A | 5 | 10 | 133 | 34 | 42 |
| Octal | 326 | 175 | 313 | 0 | 52 | 5 | 20 | 463 | 64 | 102 |
| Binary | 11010110 | 1111101 | 11001011 | 0 | 101010 | 101 | 10000 | 100110011 | 110100 | 1000010 |
Color Harmonies of #D67DCB
Complementary color
Monochromatic Colors of #D67DCB
Black with #D67DCB
Text Example
Text Example
White with #D67DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DCB; }
p { color: rgb(214,125,203); }
H1.HeaderClassName
{
color: #D67DCB;
}
.AnyTagClassName
{
color: #D67DCB;
}
</style>
background-color css
<style>
a { background-color: #D67DCB; }
a { background-color: rgb(214,125,203); }
div.DivClassName
{
background-color: #D67DCB;
}
.BgClassName
{
background-color: #D67DCB;
}
</style>
border-color css
<style>
span { border-color: #D67DCB; }
span { border-color: rgb(214,125,203); }
td.TdClassName
{
border-color: #D67DCB;
}
.TagClassName
{
border-color: #D67DCB;
}
</style>