Shades of Orchid #D162D2
Tints of Orchid #D162D2
RGB
CMYK
RGB Variations
Color information
#D162D2 (or 0xD162D2) is known color: Orchid. HEX triplet: D1, 62 and D2. RGB value is (209,98,210). Sum of RGB (Red+Green+Blue) = 209+98+210=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 210 - color contains mainly: blue. Hex color #D162D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162D2 is #2E9D2D. Grayscale: #8F8F8F. Windows color (decimal): -3054894 or 13787857. OLE color: 13787857.
HSL color Cylindrical-coordinate representation of color #D162D2: hue angle of 299.46º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D162D2 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 210 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.18 |
| HSL | 299.46º | 0.55% | 0.6% | - |
| HSV(B) | 299.46º | 0.53% | 0.82% | - |
| XYZ | 42.3 | 26.94 | 63.94 | - |
| YUV | 143.96 | 165.27 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 210 | 0.00 | 0.53 | 0 | 0.18 | 299.46 | 0.55 | 0.6 |
| Hex | D1 | 62 | D2 | 0 | 35 | 0 | 12 | 12B | 37 | 3C |
| Octal | 321 | 142 | 322 | 0 | 65 | 0 | 22 | 453 | 67 | 74 |
| Binary | 11010001 | 1100010 | 11010010 | 0 | 110101 | 0 | 10010 | 100101011 | 110111 | 111100 |
Color Harmonies of #D162D2
Complementary color
Monochromatic Colors of #D162D2
Black with #D162D2
Text Example
Text Example
White with #D162D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162D2; }
p { color: rgb(209,98,210); }
H1.HeaderClassName
{
color: #D162D2;
}
.AnyTagClassName
{
color: #D162D2;
}
</style>
background-color css
<style>
a { background-color: #D162D2; }
a { background-color: rgb(209,98,210); }
div.DivClassName
{
background-color: #D162D2;
}
.BgClassName
{
background-color: #D162D2;
}
</style>
border-color css
<style>
span { border-color: #D162D2; }
span { border-color: rgb(209,98,210); }
td.TdClassName
{
border-color: #D162D2;
}
.TagClassName
{
border-color: #D162D2;
}
</style>