Shades of Orchid #D166C3
Tints of Orchid #D166C3
RGB
CMYK
RGB Variations
Color information
#D166C3 (or 0xD166C3) is known color: Orchid. HEX triplet: D1, 66 and C3. RGB value is (209,102,195). Sum of RGB (Red+Green+Blue) = 209+102+195=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D166C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166C3 is #2E993C. Grayscale: #909090. Windows color (decimal): -3053885 or 12805841. OLE color: 12805841.
HSL color Cylindrical-coordinate representation of color #D166C3: hue angle of 307.85º 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 #D166C3 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 195 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.18 |
| HSL | 307.85º | 0.54% | 0.61% | - |
| HSV(B) | 307.85º | 0.51% | 0.82% | - |
| XYZ | 40.9 | 27 | 54.69 | - |
| YUV | 144.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 195 | 0 | 0.51 | 0.07 | 0.18 | 307.85 | 0.54 | 0.61 |
| Hex | D1 | 66 | C3 | 0 | 33 | 7 | 12 | 134 | 36 | 3D |
| Octal | 321 | 146 | 303 | 0 | 63 | 7 | 22 | 464 | 66 | 75 |
| Binary | 11010001 | 1100110 | 11000011 | 0 | 110011 | 111 | 10010 | 100110100 | 110110 | 111101 |
Color Harmonies of #D166C3
Complementary color
Monochromatic Colors of #D166C3
Black with #D166C3
Text Example
Text Example
White with #D166C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166C3; }
p { color: rgb(209,102,195); }
H1.HeaderClassName
{
color: #D166C3;
}
.AnyTagClassName
{
color: #D166C3;
}
</style>
background-color css
<style>
a { background-color: #D166C3; }
a { background-color: rgb(209,102,195); }
div.DivClassName
{
background-color: #D166C3;
}
.BgClassName
{
background-color: #D166C3;
}
</style>
border-color css
<style>
span { border-color: #D166C3; }
span { border-color: rgb(209,102,195); }
td.TdClassName
{
border-color: #D166C3;
}
.TagClassName
{
border-color: #D166C3;
}
</style>