Shades of Orchid #D189D3
Tints of Orchid #D189D3
RGB
CMYK
RGB Variations
Color information
#D189D3 (or 0xD189D3) is known color: Orchid. HEX triplet: D1, 89 and D3. RGB value is (209,137,211). Sum of RGB (Red+Green+Blue) = 209+137+211=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #D189D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D189D3 is #2E762C. Grayscale: #A6A6A6. Windows color (decimal): -3044909 or 13863377. OLE color: 13863377.
HSL color Cylindrical-coordinate representation of color #D189D3: hue angle of 298.38º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D189D3 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 137 | 211 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.17 |
| HSL | 298.38º | 0.46% | 0.68% | - |
| HSV(B) | 298.38º | 0.35% | 0.83% | - |
| XYZ | 47 | 36.15 | 66.13 | - |
| YUV | 166.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 211 | 0.01 | 0.35 | 0 | 0.17 | 298.38 | 0.46 | 0.68 |
| Hex | D1 | 89 | D3 | 1 | 23 | 0 | 11 | 12A | 2E | 44 |
| Octal | 321 | 211 | 323 | 1 | 43 | 0 | 21 | 452 | 56 | 104 |
| Binary | 11010001 | 10001001 | 11010011 | 1 | 100011 | 0 | 10001 | 100101010 | 101110 | 1000100 |
Color Harmonies of #D189D3
Complementary color
Monochromatic Colors of #D189D3
Black with #D189D3
Text Example
Text Example
White with #D189D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D189D3; }
p { color: rgb(209,137,211); }
H1.HeaderClassName
{
color: #D189D3;
}
.AnyTagClassName
{
color: #D189D3;
}
</style>
background-color css
<style>
a { background-color: #D189D3; }
a { background-color: rgb(209,137,211); }
div.DivClassName
{
background-color: #D189D3;
}
.BgClassName
{
background-color: #D189D3;
}
</style>
border-color css
<style>
span { border-color: #D189D3; }
span { border-color: rgb(209,137,211); }
td.TdClassName
{
border-color: #D189D3;
}
.TagClassName
{
border-color: #D189D3;
}
</style>