Shades of Orchid #D173CA
Tints of Orchid #D173CA
RGB
CMYK
RGB Variations
Color information
#D173CA (or 0xD173CA) is known color: Orchid. HEX triplet: D1, 73 and CA. RGB value is (209,115,202). Sum of RGB (Red+Green+Blue) = 209+115+202=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D173CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173CA is #2E8C35. Grayscale: #989898. Windows color (decimal): -3050550 or 13267921. OLE color: 13267921.
HSL color Cylindrical-coordinate representation of color #D173CA: hue angle of 304.47º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D173CA is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 202 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.18 |
| HSL | 304.47º | 0.51% | 0.64% | - |
| HSV(B) | 304.47º | 0.45% | 0.82% | - |
| XYZ | 43.09 | 30.08 | 59.41 | - |
| YUV | 153.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 202 | 0 | 0.45 | 0.03 | 0.18 | 304.47 | 0.51 | 0.64 |
| Hex | D1 | 73 | CA | 0 | 2D | 3 | 12 | 130 | 33 | 40 |
| Octal | 321 | 163 | 312 | 0 | 55 | 3 | 22 | 460 | 63 | 100 |
| Binary | 11010001 | 1110011 | 11001010 | 0 | 101101 | 11 | 10010 | 100110000 | 110011 | 1000000 |
Color Harmonies of #D173CA
Complementary color
Monochromatic Colors of #D173CA
Black with #D173CA
Text Example
Text Example
White with #D173CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173CA; }
p { color: rgb(209,115,202); }
H1.HeaderClassName
{
color: #D173CA;
}
.AnyTagClassName
{
color: #D173CA;
}
</style>
background-color css
<style>
a { background-color: #D173CA; }
a { background-color: rgb(209,115,202); }
div.DivClassName
{
background-color: #D173CA;
}
.BgClassName
{
background-color: #D173CA;
}
</style>
border-color css
<style>
span { border-color: #D173CA; }
span { border-color: rgb(209,115,202); }
td.TdClassName
{
border-color: #D173CA;
}
.TagClassName
{
border-color: #D173CA;
}
</style>