Shades of Orchid #D380DE
Tints of Orchid #D380DE
RGB
CMYK
RGB Variations
Color information
#D380DE (or 0xD380DE) is known color: Orchid. HEX triplet: D3, 80 and DE. RGB value is (211,128,222). Sum of RGB (Red+Green+Blue) = 211+128+222=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #D380DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380DE is #2C7F21. Grayscale: #A3A3A3. Windows color (decimal): -2916130 or 14581971. OLE color: 14581971.
HSL color Cylindrical-coordinate representation of color #D380DE: hue angle of 292.98º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D380DE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 128 | 222 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.13 |
| HSL | 292.98º | 0.59% | 0.69% | - |
| HSV(B) | 292.98º | 0.42% | 0.87% | - |
| XYZ | 47.77 | 34.56 | 73.26 | - |
| YUV | 163.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 222 | 0.05 | 0.42 | 0 | 0.13 | 292.98 | 0.59 | 0.69 |
| Hex | D3 | 80 | DE | 5 | 2A | 0 | D | 125 | 3B | 45 |
| Octal | 323 | 200 | 336 | 5 | 52 | 0 | 15 | 445 | 73 | 105 |
| Binary | 11010011 | 10000000 | 11011110 | 101 | 101010 | 0 | 1101 | 100100101 | 111011 | 1000101 |
Color Harmonies of #D380DE
Complementary color
Monochromatic Colors of #D380DE
Black with #D380DE
Text Example
Text Example
White with #D380DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D380DE; }
p { color: rgb(211,128,222); }
H1.HeaderClassName
{
color: #D380DE;
}
.AnyTagClassName
{
color: #D380DE;
}
</style>
background-color css
<style>
a { background-color: #D380DE; }
a { background-color: rgb(211,128,222); }
div.DivClassName
{
background-color: #D380DE;
}
.BgClassName
{
background-color: #D380DE;
}
</style>
border-color css
<style>
span { border-color: #D380DE; }
span { border-color: rgb(211,128,222); }
td.TdClassName
{
border-color: #D380DE;
}
.TagClassName
{
border-color: #D380DE;
}
</style>