Shades of Orchid #D162DA
Tints of Orchid #D162DA
RGB
CMYK
RGB Variations
Color information
#D162DA (or 0xD162DA) is known color: Orchid. HEX triplet: D1, 62 and DA. RGB value is (209,98,218). Sum of RGB (Red+Green+Blue) = 209+98+218=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #D162DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162DA is #2E9D25. Grayscale: #909090. Windows color (decimal): -3054886 or 14312145. OLE color: 14312145.
HSL color Cylindrical-coordinate representation of color #D162DA: hue angle of 295.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D162DA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 98 | 218 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.15 |
| HSL | 295.5º | 0.62% | 0.62% | - |
| HSV(B) | 295.5º | 0.55% | 0.85% | - |
| XYZ | 43.32 | 27.35 | 69.33 | - |
| YUV | 144.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 218 | 0.04 | 0.55 | 0 | 0.15 | 295.5 | 0.62 | 0.62 |
| Hex | D1 | 62 | DA | 4 | 37 | 0 | F | 128 | 3E | 3E |
| Octal | 321 | 142 | 332 | 4 | 67 | 0 | 17 | 450 | 76 | 76 |
| Binary | 11010001 | 1100010 | 11011010 | 100 | 110111 | 0 | 1111 | 100101000 | 111110 | 111110 |
Color Harmonies of #D162DA
Complementary color
Monochromatic Colors of #D162DA
Black with #D162DA
Text Example
Text Example
White with #D162DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162DA; }
p { color: rgb(209,98,218); }
H1.HeaderClassName
{
color: #D162DA;
}
.AnyTagClassName
{
color: #D162DA;
}
</style>
background-color css
<style>
a { background-color: #D162DA; }
a { background-color: rgb(209,98,218); }
div.DivClassName
{
background-color: #D162DA;
}
.BgClassName
{
background-color: #D162DA;
}
</style>
border-color css
<style>
span { border-color: #D162DA; }
span { border-color: rgb(209,98,218); }
td.TdClassName
{
border-color: #D162DA;
}
.TagClassName
{
border-color: #D162DA;
}
</style>