Shades of Orchid #D384CA
Tints of Orchid #D384CA
RGB
CMYK
RGB Variations
Color information
#D384CA (or 0xD384CA) is known color: Orchid. HEX triplet: D3, 84 and CA. RGB value is (211,132,202). Sum of RGB (Red+Green+Blue) = 211+132+202=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D384CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384CA is #2C7B35. Grayscale: #A3A3A3. Windows color (decimal): -2915126 or 13272275. OLE color: 13272275.
HSL color Cylindrical-coordinate representation of color #D384CA: hue angle of 306.84º 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 #D384CA is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 202 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.17 |
| HSL | 306.84º | 0.47% | 0.67% | - |
| HSV(B) | 306.84º | 0.37% | 0.83% | - |
| XYZ | 45.78 | 34.62 | 60.15 | - |
| YUV | 163.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 202 | 0 | 0.37 | 0.04 | 0.17 | 306.84 | 0.47 | 0.67 |
| Hex | D3 | 84 | CA | 0 | 25 | 4 | 11 | 133 | 2F | 43 |
| Octal | 323 | 204 | 312 | 0 | 45 | 4 | 21 | 463 | 57 | 103 |
| Binary | 11010011 | 10000100 | 11001010 | 0 | 100101 | 100 | 10001 | 100110011 | 101111 | 1000011 |
Color Harmonies of #D384CA
Complementary color
Monochromatic Colors of #D384CA
Black with #D384CA
Text Example
Text Example
White with #D384CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384CA; }
p { color: rgb(211,132,202); }
H1.HeaderClassName
{
color: #D384CA;
}
.AnyTagClassName
{
color: #D384CA;
}
</style>
background-color css
<style>
a { background-color: #D384CA; }
a { background-color: rgb(211,132,202); }
div.DivClassName
{
background-color: #D384CA;
}
.BgClassName
{
background-color: #D384CA;
}
</style>
border-color css
<style>
span { border-color: #D384CA; }
span { border-color: rgb(211,132,202); }
td.TdClassName
{
border-color: #D384CA;
}
.TagClassName
{
border-color: #D384CA;
}
</style>