Shades of Orchid #D380CD
Tints of Orchid #D380CD
RGB
CMYK
RGB Variations
Color information
#D380CD (or 0xD380CD) is known color: Orchid. HEX triplet: D3, 80 and CD. RGB value is (211,128,205). Sum of RGB (Red+Green+Blue) = 211+128+205=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D380CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380CD is #2C7F32. Grayscale: #A1A1A1. Windows color (decimal): -2916147 or 13467859. OLE color: 13467859.
HSL color Cylindrical-coordinate representation of color #D380CD: hue angle of 304.34º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D380CD is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 205 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.17 |
| HSL | 304.34º | 0.49% | 0.66% | - |
| HSV(B) | 304.34º | 0.39% | 0.83% | - |
| XYZ | 45.6 | 33.7 | 61.86 | - |
| YUV | 161.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 205 | 0 | 0.39 | 0.03 | 0.17 | 304.34 | 0.49 | 0.66 |
| Hex | D3 | 80 | CD | 0 | 27 | 3 | 11 | 130 | 31 | 42 |
| Octal | 323 | 200 | 315 | 0 | 47 | 3 | 21 | 460 | 61 | 102 |
| Binary | 11010011 | 10000000 | 11001101 | 0 | 100111 | 11 | 10001 | 100110000 | 110001 | 1000010 |
Color Harmonies of #D380CD
Complementary color
Monochromatic Colors of #D380CD
Black with #D380CD
Text Example
Text Example
White with #D380CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D380CD; }
p { color: rgb(211,128,205); }
H1.HeaderClassName
{
color: #D380CD;
}
.AnyTagClassName
{
color: #D380CD;
}
</style>
background-color css
<style>
a { background-color: #D380CD; }
a { background-color: rgb(211,128,205); }
div.DivClassName
{
background-color: #D380CD;
}
.BgClassName
{
background-color: #D380CD;
}
</style>
border-color css
<style>
span { border-color: #D380CD; }
span { border-color: rgb(211,128,205); }
td.TdClassName
{
border-color: #D380CD;
}
.TagClassName
{
border-color: #D380CD;
}
</style>