Shades of Orchid #D489CE
Tints of Orchid #D489CE
RGB
CMYK
RGB Variations
Color information
#D489CE (or 0xD489CE) is known color: Orchid. HEX triplet: D4, 89 and CE. RGB value is (212,137,206). Sum of RGB (Red+Green+Blue) = 212+137+206=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D489CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489CE is #2B7631. Grayscale: #A7A7A7. Windows color (decimal): -2848306 or 13535700. OLE color: 13535700.
HSL color Cylindrical-coordinate representation of color #D489CE: hue angle of 304.8º 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 #D489CE is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 206 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.17 |
| HSL | 304.8º | 0.47% | 0.68% | - |
| HSV(B) | 304.8º | 0.35% | 0.83% | - |
| XYZ | 47.24 | 36.34 | 62.92 | - |
| YUV | 167.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 206 | 0 | 0.35 | 0.03 | 0.17 | 304.8 | 0.47 | 0.68 |
| Hex | D4 | 89 | CE | 0 | 23 | 3 | 11 | 131 | 2F | 44 |
| Octal | 324 | 211 | 316 | 0 | 43 | 3 | 21 | 461 | 57 | 104 |
| Binary | 11010100 | 10001001 | 11001110 | 0 | 100011 | 11 | 10001 | 100110001 | 101111 | 1000100 |
Color Harmonies of #D489CE
Complementary color
Monochromatic Colors of #D489CE
Black with #D489CE
Text Example
Text Example
White with #D489CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D489CE; }
p { color: rgb(212,137,206); }
H1.HeaderClassName
{
color: #D489CE;
}
.AnyTagClassName
{
color: #D489CE;
}
</style>
background-color css
<style>
a { background-color: #D489CE; }
a { background-color: rgb(212,137,206); }
div.DivClassName
{
background-color: #D489CE;
}
.BgClassName
{
background-color: #D489CE;
}
</style>
border-color css
<style>
span { border-color: #D489CE; }
span { border-color: rgb(212,137,206); }
td.TdClassName
{
border-color: #D489CE;
}
.TagClassName
{
border-color: #D489CE;
}
</style>