Shades of Orchid #D166CB
Tints of Orchid #D166CB
RGB
CMYK
RGB Variations
Color information
#D166CB (or 0xD166CB) is known color: Orchid. HEX triplet: D1, 66 and CB. RGB value is (209,102,203). Sum of RGB (Red+Green+Blue) = 209+102+203=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D166CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166CB is #2E9934. Grayscale: #919191. Windows color (decimal): -3053877 or 13330129. OLE color: 13330129.
HSL color Cylindrical-coordinate representation of color #D166CB: hue angle of 303.36º 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 #D166CB is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 203 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.18 |
| HSL | 303.36º | 0.54% | 0.61% | - |
| HSV(B) | 303.36º | 0.51% | 0.82% | - |
| XYZ | 41.83 | 27.37 | 59.58 | - |
| YUV | 145.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 203 | 0 | 0.51 | 0.03 | 0.18 | 303.36 | 0.54 | 0.61 |
| Hex | D1 | 66 | CB | 0 | 33 | 3 | 12 | 12F | 36 | 3D |
| Octal | 321 | 146 | 313 | 0 | 63 | 3 | 22 | 457 | 66 | 75 |
| Binary | 11010001 | 1100110 | 11001011 | 0 | 110011 | 11 | 10010 | 100101111 | 110110 | 111101 |
Color Harmonies of #D166CB
Complementary color
Monochromatic Colors of #D166CB
Black with #D166CB
Text Example
Text Example
White with #D166CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166CB; }
p { color: rgb(209,102,203); }
H1.HeaderClassName
{
color: #D166CB;
}
.AnyTagClassName
{
color: #D166CB;
}
</style>
background-color css
<style>
a { background-color: #D166CB; }
a { background-color: rgb(209,102,203); }
div.DivClassName
{
background-color: #D166CB;
}
.BgClassName
{
background-color: #D166CB;
}
</style>
border-color css
<style>
span { border-color: #D166CB; }
span { border-color: rgb(209,102,203); }
td.TdClassName
{
border-color: #D166CB;
}
.TagClassName
{
border-color: #D166CB;
}
</style>