Shades of Orchid #D781CB
Tints of Orchid #D781CB
RGB
CMYK
RGB Variations
Color information
#D781CB (or 0xD781CB) is known color: Orchid. HEX triplet: D7, 81 and CB. RGB value is (215,129,203). Sum of RGB (Red+Green+Blue) = 215+129+203=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D781CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781CB is #287E34. Grayscale: #A2A2A2. Windows color (decimal): -2653749 or 13337047. OLE color: 13337047.
HSL color Cylindrical-coordinate representation of color #D781CB: hue angle of 308.37º 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 #D781CB is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 203 | - |
| CMYK | 0 | 0.4 | 0.06 | 0.16 |
| HSL | 308.37º | 0.52% | 0.67% | - |
| HSV(B) | 308.37º | 0.4% | 0.84% | - |
| XYZ | 46.65 | 34.46 | 60.69 | - |
| YUV | 163.15 | 150.49 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 203 | 0 | 0.4 | 0.06 | 0.16 | 308.37 | 0.52 | 0.67 |
| Hex | D7 | 81 | CB | 0 | 28 | 6 | 10 | 134 | 34 | 43 |
| Octal | 327 | 201 | 313 | 0 | 50 | 6 | 20 | 464 | 64 | 103 |
| Binary | 11010111 | 10000001 | 11001011 | 0 | 101000 | 110 | 10000 | 100110100 | 110100 | 1000011 |
Color Harmonies of #D781CB
Complementary color
Monochromatic Colors of #D781CB
Black with #D781CB
Text Example
Text Example
White with #D781CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781CB; }
p { color: rgb(215,129,203); }
H1.HeaderClassName
{
color: #D781CB;
}
.AnyTagClassName
{
color: #D781CB;
}
</style>
background-color css
<style>
a { background-color: #D781CB; }
a { background-color: rgb(215,129,203); }
div.DivClassName
{
background-color: #D781CB;
}
.BgClassName
{
background-color: #D781CB;
}
</style>
border-color css
<style>
span { border-color: #D781CB; }
span { border-color: rgb(215,129,203); }
td.TdClassName
{
border-color: #D781CB;
}
.TagClassName
{
border-color: #D781CB;
}
</style>