Shades of Orchid #D381CF
Tints of Orchid #D381CF
RGB
CMYK
RGB Variations
Color information
#D381CF (or 0xD381CF) is known color: Orchid. HEX triplet: D3, 81 and CF. RGB value is (211,129,207). Sum of RGB (Red+Green+Blue) = 211+129+207=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D381CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381CF is #2C7E30. Grayscale: #A2A2A2. Windows color (decimal): -2915889 or 13599187. OLE color: 13599187.
HSL color Cylindrical-coordinate representation of color #D381CF: hue angle of 302.93º 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 #D381CF is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 207 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.17 |
| HSL | 302.93º | 0.48% | 0.67% | - |
| HSV(B) | 302.93º | 0.39% | 0.83% | - |
| XYZ | 45.98 | 34.05 | 63.18 | - |
| YUV | 162.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 207 | 0 | 0.39 | 0.02 | 0.17 | 302.93 | 0.48 | 0.67 |
| Hex | D3 | 81 | CF | 0 | 27 | 2 | 11 | 12F | 30 | 43 |
| Octal | 323 | 201 | 317 | 0 | 47 | 2 | 21 | 457 | 60 | 103 |
| Binary | 11010011 | 10000001 | 11001111 | 0 | 100111 | 10 | 10001 | 100101111 | 110000 | 1000011 |
Color Harmonies of #D381CF
Complementary color
Monochromatic Colors of #D381CF
Black with #D381CF
Text Example
Text Example
White with #D381CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D381CF; }
p { color: rgb(211,129,207); }
H1.HeaderClassName
{
color: #D381CF;
}
.AnyTagClassName
{
color: #D381CF;
}
</style>
background-color css
<style>
a { background-color: #D381CF; }
a { background-color: rgb(211,129,207); }
div.DivClassName
{
background-color: #D381CF;
}
.BgClassName
{
background-color: #D381CF;
}
</style>
border-color css
<style>
span { border-color: #D381CF; }
span { border-color: rgb(211,129,207); }
td.TdClassName
{
border-color: #D381CF;
}
.TagClassName
{
border-color: #D381CF;
}
</style>