Shades of Orchid #D781DC
Tints of Orchid #D781DC
RGB
CMYK
RGB Variations
Color information
#D781DC (or 0xD781DC) is known color: Orchid. HEX triplet: D7, 81 and DC. RGB value is (215,129,220). Sum of RGB (Red+Green+Blue) = 215+129+220=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #D781DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781DC is #287E23. Grayscale: #A4A4A4. Windows color (decimal): -2653732 or 14451159. OLE color: 14451159.
HSL color Cylindrical-coordinate representation of color #D781DC: hue angle of 296.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D781DC is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 129 | 220 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.14 |
| HSL | 296.7º | 0.57% | 0.68% | - |
| HSV(B) | 296.7º | 0.41% | 0.86% | - |
| XYZ | 48.79 | 35.31 | 71.95 | - |
| YUV | 165.09 | 158.99 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 220 | 0.02 | 0.41 | 0 | 0.14 | 296.7 | 0.57 | 0.68 |
| Hex | D7 | 81 | DC | 2 | 29 | 0 | E | 129 | 39 | 44 |
| Octal | 327 | 201 | 334 | 2 | 51 | 0 | 16 | 451 | 71 | 104 |
| Binary | 11010111 | 10000001 | 11011100 | 10 | 101001 | 0 | 1110 | 100101001 | 111001 | 1000100 |
Color Harmonies of #D781DC
Complementary color
Monochromatic Colors of #D781DC
Black with #D781DC
Text Example
Text Example
White with #D781DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781DC; }
p { color: rgb(215,129,220); }
H1.HeaderClassName
{
color: #D781DC;
}
.AnyTagClassName
{
color: #D781DC;
}
</style>
background-color css
<style>
a { background-color: #D781DC; }
a { background-color: rgb(215,129,220); }
div.DivClassName
{
background-color: #D781DC;
}
.BgClassName
{
background-color: #D781DC;
}
</style>
border-color css
<style>
span { border-color: #D781DC; }
span { border-color: rgb(215,129,220); }
td.TdClassName
{
border-color: #D781DC;
}
.TagClassName
{
border-color: #D781DC;
}
</style>