Shades of Orchid #D182E0
Tints of Orchid #D182E0
RGB
CMYK
RGB Variations
Color information
#D182E0 (or 0xD182E0) is known color: Orchid. HEX triplet: D1, 82 and E0. RGB value is (209,130,224). Sum of RGB (Red+Green+Blue) = 209+130+224=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #D182E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182E0 is #2E7D1F. Grayscale: #A4A4A4. Windows color (decimal): -3046688 or 14713553. OLE color: 14713553.
HSL color Cylindrical-coordinate representation of color #D182E0: hue angle of 290.43º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D182E0 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 130 | 224 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.12 |
| HSL | 290.43º | 0.6% | 0.69% | - |
| HSV(B) | 290.43º | 0.42% | 0.88% | - |
| XYZ | 47.73 | 34.9 | 74.74 | - |
| YUV | 164.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 224 | 0.07 | 0.42 | 0 | 0.12 | 290.43 | 0.6 | 0.69 |
| Hex | D1 | 82 | E0 | 7 | 2A | 0 | C | 122 | 3C | 45 |
| Octal | 321 | 202 | 340 | 7 | 52 | 0 | 14 | 442 | 74 | 105 |
| Binary | 11010001 | 10000010 | 11100000 | 111 | 101010 | 0 | 1100 | 100100010 | 111100 | 1000101 |
Color Harmonies of #D182E0
Complementary color
Monochromatic Colors of #D182E0
Black with #D182E0
Text Example
Text Example
White with #D182E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182E0; }
p { color: rgb(209,130,224); }
H1.HeaderClassName
{
color: #D182E0;
}
.AnyTagClassName
{
color: #D182E0;
}
</style>
background-color css
<style>
a { background-color: #D182E0; }
a { background-color: rgb(209,130,224); }
div.DivClassName
{
background-color: #D182E0;
}
.BgClassName
{
background-color: #D182E0;
}
</style>
border-color css
<style>
span { border-color: #D182E0; }
span { border-color: rgb(209,130,224); }
td.TdClassName
{
border-color: #D182E0;
}
.TagClassName
{
border-color: #D182E0;
}
</style>