Shades of Orchid #D381CD
Tints of Orchid #D381CD
RGB
CMYK
RGB Variations
Color information
#D381CD (or 0xD381CD) is known color: Orchid. HEX triplet: D3, 81 and CD. RGB value is (211,129,205). Sum of RGB (Red+Green+Blue) = 211+129+205=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D381CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381CD is #2C7E32. Grayscale: #A1A1A1. Windows color (decimal): -2915891 or 13468115. OLE color: 13468115.
HSL color Cylindrical-coordinate representation of color #D381CD: hue angle of 304.39º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D381CD is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 205 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.17 |
| HSL | 304.39º | 0.48% | 0.67% | - |
| HSV(B) | 304.39º | 0.39% | 0.83% | - |
| XYZ | 45.73 | 33.96 | 61.9 | - |
| YUV | 162.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 205 | 0 | 0.39 | 0.03 | 0.17 | 304.39 | 0.48 | 0.67 |
| Hex | D3 | 81 | CD | 0 | 27 | 3 | 11 | 130 | 30 | 43 |
| Octal | 323 | 201 | 315 | 0 | 47 | 3 | 21 | 460 | 60 | 103 |
| Binary | 11010011 | 10000001 | 11001101 | 0 | 100111 | 11 | 10001 | 100110000 | 110000 | 1000011 |
Color Harmonies of #D381CD
Complementary color
Monochromatic Colors of #D381CD
Black with #D381CD
Text Example
Text Example
White with #D381CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D381CD; }
p { color: rgb(211,129,205); }
H1.HeaderClassName
{
color: #D381CD;
}
.AnyTagClassName
{
color: #D381CD;
}
</style>
background-color css
<style>
a { background-color: #D381CD; }
a { background-color: rgb(211,129,205); }
div.DivClassName
{
background-color: #D381CD;
}
.BgClassName
{
background-color: #D381CD;
}
</style>
border-color css
<style>
span { border-color: #D381CD; }
span { border-color: rgb(211,129,205); }
td.TdClassName
{
border-color: #D381CD;
}
.TagClassName
{
border-color: #D381CD;
}
</style>