Shades of Orchid #D166CA
Tints of Orchid #D166CA
RGB
CMYK
RGB Variations
Color information
#D166CA (or 0xD166CA) is known color: Orchid. HEX triplet: D1, 66 and CA. RGB value is (209,102,202). Sum of RGB (Red+Green+Blue) = 209+102+202=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D166CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166CA is #2E9935. Grayscale: #919191. Windows color (decimal): -3053878 or 13264593. OLE color: 13264593.
HSL color Cylindrical-coordinate representation of color #D166CA: hue angle of 303.93º 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 #D166CA is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 202 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.18 |
| HSL | 303.93º | 0.54% | 0.61% | - |
| HSV(B) | 303.93º | 0.51% | 0.82% | - |
| XYZ | 41.71 | 27.32 | 58.95 | - |
| YUV | 145.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 202 | 0 | 0.51 | 0.03 | 0.18 | 303.93 | 0.54 | 0.61 |
| Hex | D1 | 66 | CA | 0 | 33 | 3 | 12 | 130 | 36 | 3D |
| Octal | 321 | 146 | 312 | 0 | 63 | 3 | 22 | 460 | 66 | 75 |
| Binary | 11010001 | 1100110 | 11001010 | 0 | 110011 | 11 | 10010 | 100110000 | 110110 | 111101 |
Color Harmonies of #D166CA
Complementary color
Monochromatic Colors of #D166CA
Black with #D166CA
Text Example
Text Example
White with #D166CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166CA; }
p { color: rgb(209,102,202); }
H1.HeaderClassName
{
color: #D166CA;
}
.AnyTagClassName
{
color: #D166CA;
}
</style>
background-color css
<style>
a { background-color: #D166CA; }
a { background-color: rgb(209,102,202); }
div.DivClassName
{
background-color: #D166CA;
}
.BgClassName
{
background-color: #D166CA;
}
</style>
border-color css
<style>
span { border-color: #D166CA; }
span { border-color: rgb(209,102,202); }
td.TdClassName
{
border-color: #D166CA;
}
.TagClassName
{
border-color: #D166CA;
}
</style>