Shades of Orchid #D384CF
Tints of Orchid #D384CF
RGB
CMYK
RGB Variations
Color information
#D384CF (or 0xD384CF) is known color: Orchid. HEX triplet: D3, 84 and CF. RGB value is (211,132,207). Sum of RGB (Red+Green+Blue) = 211+132+207=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D384CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384CF is #2C7B30. Grayscale: #A3A3A3. Windows color (decimal): -2915121 or 13599955. OLE color: 13599955.
HSL color Cylindrical-coordinate representation of color #D384CF: hue angle of 303.04º 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 #D384CF is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 207 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.17 |
| HSL | 303.04º | 0.47% | 0.67% | - |
| HSV(B) | 303.04º | 0.37% | 0.83% | - |
| XYZ | 46.38 | 34.86 | 63.32 | - |
| YUV | 164.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 207 | 0 | 0.37 | 0.02 | 0.17 | 303.04 | 0.47 | 0.67 |
| Hex | D3 | 84 | CF | 0 | 25 | 2 | 11 | 12F | 2F | 43 |
| Octal | 323 | 204 | 317 | 0 | 45 | 2 | 21 | 457 | 57 | 103 |
| Binary | 11010011 | 10000100 | 11001111 | 0 | 100101 | 10 | 10001 | 100101111 | 101111 | 1000011 |
Color Harmonies of #D384CF
Complementary color
Monochromatic Colors of #D384CF
Black with #D384CF
Text Example
Text Example
White with #D384CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384CF; }
p { color: rgb(211,132,207); }
H1.HeaderClassName
{
color: #D384CF;
}
.AnyTagClassName
{
color: #D384CF;
}
</style>
background-color css
<style>
a { background-color: #D384CF; }
a { background-color: rgb(211,132,207); }
div.DivClassName
{
background-color: #D384CF;
}
.BgClassName
{
background-color: #D384CF;
}
</style>
border-color css
<style>
span { border-color: #D384CF; }
span { border-color: rgb(211,132,207); }
td.TdClassName
{
border-color: #D384CF;
}
.TagClassName
{
border-color: #D384CF;
}
</style>