Shades of Orchid #D166CC
Tints of Orchid #D166CC
RGB
CMYK
RGB Variations
Color information
#D166CC (or 0xD166CC) is known color: Orchid. HEX triplet: D1, 66 and CC. RGB value is (209,102,204). Sum of RGB (Red+Green+Blue) = 209+102+204=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D166CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166CC is #2E9933. Grayscale: #919191. Windows color (decimal): -3053876 or 13395665. OLE color: 13395665.
HSL color Cylindrical-coordinate representation of color #D166CC: hue angle of 302.8º 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 #D166CC is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 204 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.18 |
| HSL | 302.8º | 0.54% | 0.61% | - |
| HSV(B) | 302.8º | 0.51% | 0.82% | - |
| XYZ | 41.94 | 27.42 | 60.21 | - |
| YUV | 145.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 204 | 0 | 0.51 | 0.02 | 0.18 | 302.8 | 0.54 | 0.61 |
| Hex | D1 | 66 | CC | 0 | 33 | 2 | 12 | 12F | 36 | 3D |
| Octal | 321 | 146 | 314 | 0 | 63 | 2 | 22 | 457 | 66 | 75 |
| Binary | 11010001 | 1100110 | 11001100 | 0 | 110011 | 10 | 10010 | 100101111 | 110110 | 111101 |
Color Harmonies of #D166CC
Complementary color
Monochromatic Colors of #D166CC
Black with #D166CC
Text Example
Text Example
White with #D166CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166CC; }
p { color: rgb(209,102,204); }
H1.HeaderClassName
{
color: #D166CC;
}
.AnyTagClassName
{
color: #D166CC;
}
</style>
background-color css
<style>
a { background-color: #D166CC; }
a { background-color: rgb(209,102,204); }
div.DivClassName
{
background-color: #D166CC;
}
.BgClassName
{
background-color: #D166CC;
}
</style>
border-color css
<style>
span { border-color: #D166CC; }
span { border-color: rgb(209,102,204); }
td.TdClassName
{
border-color: #D166CC;
}
.TagClassName
{
border-color: #D166CC;
}
</style>