Shades of Orchid #D167CB
Tints of Orchid #D167CB
RGB
CMYK
RGB Variations
Color information
#D167CB (or 0xD167CB) is known color: Orchid. HEX triplet: D1, 67 and CB. RGB value is (209,103,203). Sum of RGB (Red+Green+Blue) = 209+103+203=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D167CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167CB is #2E9834. Grayscale: #919191. Windows color (decimal): -3053621 or 13330385. OLE color: 13330385.
HSL color Cylindrical-coordinate representation of color #D167CB: hue angle of 303.4º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D167CB is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 203 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.18 |
| HSL | 303.4º | 0.54% | 0.61% | - |
| HSV(B) | 303.4º | 0.51% | 0.82% | - |
| XYZ | 41.92 | 27.57 | 59.61 | - |
| YUV | 146.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 203 | 0 | 0.51 | 0.03 | 0.18 | 303.4 | 0.54 | 0.61 |
| Hex | D1 | 67 | CB | 0 | 33 | 3 | 12 | 12F | 36 | 3D |
| Octal | 321 | 147 | 313 | 0 | 63 | 3 | 22 | 457 | 66 | 75 |
| Binary | 11010001 | 1100111 | 11001011 | 0 | 110011 | 11 | 10010 | 100101111 | 110110 | 111101 |
Color Harmonies of #D167CB
Complementary color
Monochromatic Colors of #D167CB
Black with #D167CB
Text Example
Text Example
White with #D167CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D167CB; }
p { color: rgb(209,103,203); }
H1.HeaderClassName
{
color: #D167CB;
}
.AnyTagClassName
{
color: #D167CB;
}
</style>
background-color css
<style>
a { background-color: #D167CB; }
a { background-color: rgb(209,103,203); }
div.DivClassName
{
background-color: #D167CB;
}
.BgClassName
{
background-color: #D167CB;
}
</style>
border-color css
<style>
span { border-color: #D167CB; }
span { border-color: rgb(209,103,203); }
td.TdClassName
{
border-color: #D167CB;
}
.TagClassName
{
border-color: #D167CB;
}
</style>