Shades of Orchid #D781D3
Tints of Orchid #D781D3
RGB
CMYK
RGB Variations
Color information
#D781D3 (or 0xD781D3) is known color: Orchid. HEX triplet: D7, 81 and D3. RGB value is (215,129,211). Sum of RGB (Red+Green+Blue) = 215+129+211=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D781D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781D3 is #287E2C. Grayscale: #A3A3A3. Windows color (decimal): -2653741 or 13861335. OLE color: 13861335.
HSL color Cylindrical-coordinate representation of color #D781D3: hue angle of 302.79º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D781D3 is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 211 | - |
| CMYK | 0 | 0.4 | 0.02 | 0.16 |
| HSL | 302.79º | 0.52% | 0.67% | - |
| HSV(B) | 302.79º | 0.4% | 0.84% | - |
| XYZ | 47.63 | 34.85 | 65.84 | - |
| YUV | 164.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 211 | 0 | 0.4 | 0.02 | 0.16 | 302.79 | 0.52 | 0.67 |
| Hex | D7 | 81 | D3 | 0 | 28 | 2 | 10 | 12F | 34 | 43 |
| Octal | 327 | 201 | 323 | 0 | 50 | 2 | 20 | 457 | 64 | 103 |
| Binary | 11010111 | 10000001 | 11010011 | 0 | 101000 | 10 | 10000 | 100101111 | 110100 | 1000011 |
Color Harmonies of #D781D3
Complementary color
Monochromatic Colors of #D781D3
Black with #D781D3
Text Example
Text Example
White with #D781D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781D3; }
p { color: rgb(215,129,211); }
H1.HeaderClassName
{
color: #D781D3;
}
.AnyTagClassName
{
color: #D781D3;
}
</style>
background-color css
<style>
a { background-color: #D781D3; }
a { background-color: rgb(215,129,211); }
div.DivClassName
{
background-color: #D781D3;
}
.BgClassName
{
background-color: #D781D3;
}
</style>
border-color css
<style>
span { border-color: #D781D3; }
span { border-color: rgb(215,129,211); }
td.TdClassName
{
border-color: #D781D3;
}
.TagClassName
{
border-color: #D781D3;
}
</style>