Shades of Orchid #D189D4
Tints of Orchid #D189D4
RGB
CMYK
RGB Variations
Color information
#D189D4 (or 0xD189D4) is known color: Orchid. HEX triplet: D1, 89 and D4. RGB value is (209,137,212). Sum of RGB (Red+Green+Blue) = 209+137+212=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #D189D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D189D4 is #2E762B. Grayscale: #A6A6A6. Windows color (decimal): -3044908 or 13928913. OLE color: 13928913.
HSL color Cylindrical-coordinate representation of color #D189D4: hue angle of 297.6º degrees, saturation: 0.47, 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 #D189D4 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 137 | 212 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.17 |
| HSL | 297.6º | 0.47% | 0.68% | - |
| HSV(B) | 297.6º | 0.35% | 0.83% | - |
| XYZ | 47.12 | 36.2 | 66.79 | - |
| YUV | 167.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 212 | 0.01 | 0.35 | 0 | 0.17 | 297.6 | 0.47 | 0.68 |
| Hex | D1 | 89 | D4 | 1 | 23 | 0 | 11 | 12A | 2F | 44 |
| Octal | 321 | 211 | 324 | 1 | 43 | 0 | 21 | 452 | 57 | 104 |
| Binary | 11010001 | 10001001 | 11010100 | 1 | 100011 | 0 | 10001 | 100101010 | 101111 | 1000100 |
Color Harmonies of #D189D4
Complementary color
Monochromatic Colors of #D189D4
Black with #D189D4
Text Example
Text Example
White with #D189D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D189D4; }
p { color: rgb(209,137,212); }
H1.HeaderClassName
{
color: #D189D4;
}
.AnyTagClassName
{
color: #D189D4;
}
</style>
background-color css
<style>
a { background-color: #D189D4; }
a { background-color: rgb(209,137,212); }
div.DivClassName
{
background-color: #D189D4;
}
.BgClassName
{
background-color: #D189D4;
}
</style>
border-color css
<style>
span { border-color: #D189D4; }
span { border-color: rgb(209,137,212); }
td.TdClassName
{
border-color: #D189D4;
}
.TagClassName
{
border-color: #D189D4;
}
</style>