Shades of Orchid #D384CB
Tints of Orchid #D384CB
RGB
CMYK
RGB Variations
Color information
#D384CB (or 0xD384CB) is known color: Orchid. HEX triplet: D3, 84 and CB. RGB value is (211,132,203). Sum of RGB (Red+Green+Blue) = 211+132+203=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D384CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384CB is #2C7B34. Grayscale: #A3A3A3. Windows color (decimal): -2915125 or 13337811. OLE color: 13337811.
HSL color Cylindrical-coordinate representation of color #D384CB: hue angle of 306.08º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D384CB is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 203 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.17 |
| HSL | 306.08º | 0.47% | 0.67% | - |
| HSV(B) | 306.08º | 0.37% | 0.83% | - |
| XYZ | 45.89 | 34.66 | 60.77 | - |
| YUV | 163.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 203 | 0 | 0.37 | 0.04 | 0.17 | 306.08 | 0.47 | 0.67 |
| Hex | D3 | 84 | CB | 0 | 25 | 4 | 11 | 132 | 2F | 43 |
| Octal | 323 | 204 | 313 | 0 | 45 | 4 | 21 | 462 | 57 | 103 |
| Binary | 11010011 | 10000100 | 11001011 | 0 | 100101 | 100 | 10001 | 100110010 | 101111 | 1000011 |
Color Harmonies of #D384CB
Complementary color
Monochromatic Colors of #D384CB
Black with #D384CB
Text Example
Text Example
White with #D384CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384CB; }
p { color: rgb(211,132,203); }
H1.HeaderClassName
{
color: #D384CB;
}
.AnyTagClassName
{
color: #D384CB;
}
</style>
background-color css
<style>
a { background-color: #D384CB; }
a { background-color: rgb(211,132,203); }
div.DivClassName
{
background-color: #D384CB;
}
.BgClassName
{
background-color: #D384CB;
}
</style>
border-color css
<style>
span { border-color: #D384CB; }
span { border-color: rgb(211,132,203); }
td.TdClassName
{
border-color: #D384CB;
}
.TagClassName
{
border-color: #D384CB;
}
</style>