Shades of Orchid #D381DA
Tints of Orchid #D381DA
RGB
CMYK
RGB Variations
Color information
#D381DA (or 0xD381DA) is known color: Orchid. HEX triplet: D3, 81 and DA. RGB value is (211,129,218). Sum of RGB (Red+Green+Blue) = 211+129+218=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #D381DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381DA is #2C7E25. Grayscale: #A3A3A3. Windows color (decimal): -2915878 or 14320083. OLE color: 14320083.
HSL color Cylindrical-coordinate representation of color #D381DA: hue angle of 295.28º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D381DA is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 129 | 218 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.15 |
| HSL | 295.28º | 0.55% | 0.68% | - |
| HSV(B) | 295.28º | 0.41% | 0.85% | - |
| XYZ | 47.37 | 34.61 | 70.51 | - |
| YUV | 163.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 218 | 0.03 | 0.41 | 0 | 0.15 | 295.28 | 0.55 | 0.68 |
| Hex | D3 | 81 | DA | 3 | 29 | 0 | F | 127 | 37 | 44 |
| Octal | 323 | 201 | 332 | 3 | 51 | 0 | 17 | 447 | 67 | 104 |
| Binary | 11010011 | 10000001 | 11011010 | 11 | 101001 | 0 | 1111 | 100100111 | 110111 | 1000100 |
Color Harmonies of #D381DA
Complementary color
Monochromatic Colors of #D381DA
Black with #D381DA
Text Example
Text Example
White with #D381DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D381DA; }
p { color: rgb(211,129,218); }
H1.HeaderClassName
{
color: #D381DA;
}
.AnyTagClassName
{
color: #D381DA;
}
</style>
background-color css
<style>
a { background-color: #D381DA; }
a { background-color: rgb(211,129,218); }
div.DivClassName
{
background-color: #D381DA;
}
.BgClassName
{
background-color: #D381DA;
}
</style>
border-color css
<style>
span { border-color: #D381DA; }
span { border-color: rgb(211,129,218); }
td.TdClassName
{
border-color: #D381DA;
}
.TagClassName
{
border-color: #D381DA;
}
</style>