Shades of Orchid #D381CB
Tints of Orchid #D381CB
RGB
CMYK
RGB Variations
Color information
#D381CB (or 0xD381CB) is known color: Orchid. HEX triplet: D3, 81 and CB. RGB value is (211,129,203). Sum of RGB (Red+Green+Blue) = 211+129+203=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D381CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381CB is #2C7E34. Grayscale: #A1A1A1. Windows color (decimal): -2915893 or 13337043. OLE color: 13337043.
HSL color Cylindrical-coordinate representation of color #D381CB: hue angle of 305.85º 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 #D381CB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 203 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.17 |
| HSL | 305.85º | 0.48% | 0.67% | - |
| HSV(B) | 305.85º | 0.39% | 0.83% | - |
| XYZ | 45.49 | 33.86 | 60.64 | - |
| YUV | 161.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 203 | 0 | 0.39 | 0.04 | 0.17 | 305.85 | 0.48 | 0.67 |
| Hex | D3 | 81 | CB | 0 | 27 | 4 | 11 | 132 | 30 | 43 |
| Octal | 323 | 201 | 313 | 0 | 47 | 4 | 21 | 462 | 60 | 103 |
| Binary | 11010011 | 10000001 | 11001011 | 0 | 100111 | 100 | 10001 | 100110010 | 110000 | 1000011 |
Color Harmonies of #D381CB
Complementary color
Monochromatic Colors of #D381CB
Black with #D381CB
Text Example
Text Example
White with #D381CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D381CB; }
p { color: rgb(211,129,203); }
H1.HeaderClassName
{
color: #D381CB;
}
.AnyTagClassName
{
color: #D381CB;
}
</style>
background-color css
<style>
a { background-color: #D381CB; }
a { background-color: rgb(211,129,203); }
div.DivClassName
{
background-color: #D381CB;
}
.BgClassName
{
background-color: #D381CB;
}
</style>
border-color css
<style>
span { border-color: #D381CB; }
span { border-color: rgb(211,129,203); }
td.TdClassName
{
border-color: #D381CB;
}
.TagClassName
{
border-color: #D381CB;
}
</style>