Shades of Orchid #D162E8
Tints of Orchid #D162E8
RGB
CMYK
RGB Variations
Color information
#D162E8 (or 0xD162E8) is known color: Orchid. HEX triplet: D1, 62 and E8. RGB value is (209,98,232). Sum of RGB (Red+Green+Blue) = 209+98+232=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 98 (38.67% from 255 or 18.18% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #D162E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162E8 is #2E9D17. Grayscale: #929292. Windows color (decimal): -3054872 or 15229649. OLE color: 15229649.
HSL color Cylindrical-coordinate representation of color #D162E8: hue angle of 289.7º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D162E8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 98 | 232 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.09 |
| HSL | 289.7º | 0.74% | 0.65% | - |
| HSV(B) | 289.7º | 0.58% | 0.91% | - |
| XYZ | 45.23 | 28.12 | 79.39 | - |
| YUV | 146.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 232 | 0.10 | 0.58 | 0 | 0.09 | 289.7 | 0.74 | 0.65 |
| Hex | D1 | 62 | E8 | A | 3A | 0 | 9 | 122 | 4A | 41 |
| Octal | 321 | 142 | 350 | 12 | 72 | 0 | 11 | 442 | 112 | 101 |
| Binary | 11010001 | 1100010 | 11101000 | 1010 | 111010 | 0 | 1001 | 100100010 | 1001010 | 1000001 |
Color Harmonies of #D162E8
Complementary color
Monochromatic Colors of #D162E8
Black with #D162E8
Text Example
Text Example
White with #D162E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162E8; }
p { color: rgb(209,98,232); }
H1.HeaderClassName
{
color: #D162E8;
}
.AnyTagClassName
{
color: #D162E8;
}
</style>
background-color css
<style>
a { background-color: #D162E8; }
a { background-color: rgb(209,98,232); }
div.DivClassName
{
background-color: #D162E8;
}
.BgClassName
{
background-color: #D162E8;
}
</style>
border-color css
<style>
span { border-color: #D162E8; }
span { border-color: rgb(209,98,232); }
td.TdClassName
{
border-color: #D162E8;
}
.TagClassName
{
border-color: #D162E8;
}
</style>