Shades of Orchid #D180E5
Tints of Orchid #D180E5
RGB
CMYK
RGB Variations
Color information
#D180E5 (or 0xD180E5) is known color: Orchid. HEX triplet: D1, 80 and E5. RGB value is (209,128,229). Sum of RGB (Red+Green+Blue) = 209+128+229=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #D180E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180E5 is #2E7F1A. Grayscale: #A3A3A3. Windows color (decimal): -3047195 or 15040721. OLE color: 15040721.
HSL color Cylindrical-coordinate representation of color #D180E5: hue angle of 288.12º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D180E5 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 128 | 229 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.10 |
| HSL | 288.12º | 0.66% | 0.7% | - |
| HSV(B) | 288.12º | 0.44% | 0.9% | - |
| XYZ | 48.16 | 34.65 | 78.28 | - |
| YUV | 163.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 229 | 0.09 | 0.44 | 0 | 0.10 | 288.12 | 0.66 | 0.7 |
| Hex | D1 | 80 | E5 | 9 | 2C | 0 | A | 120 | 42 | 46 |
| Octal | 321 | 200 | 345 | 11 | 54 | 0 | 12 | 440 | 102 | 106 |
| Binary | 11010001 | 10000000 | 11100101 | 1001 | 101100 | 0 | 1010 | 100100000 | 1000010 | 1000110 |
Color Harmonies of #D180E5
Complementary color
Monochromatic Colors of #D180E5
Black with #D180E5
Text Example
Text Example
White with #D180E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D180E5; }
p { color: rgb(209,128,229); }
H1.HeaderClassName
{
color: #D180E5;
}
.AnyTagClassName
{
color: #D180E5;
}
</style>
background-color css
<style>
a { background-color: #D180E5; }
a { background-color: rgb(209,128,229); }
div.DivClassName
{
background-color: #D180E5;
}
.BgClassName
{
background-color: #D180E5;
}
</style>
border-color css
<style>
span { border-color: #D180E5; }
span { border-color: rgb(209,128,229); }
td.TdClassName
{
border-color: #D180E5;
}
.TagClassName
{
border-color: #D180E5;
}
</style>