Shades of Orchid #D782CB
Tints of Orchid #D782CB
RGB
CMYK
RGB Variations
Color information
#D782CB (or 0xD782CB) is known color: Orchid. HEX triplet: D7, 82 and CB. RGB value is (215,130,203). Sum of RGB (Red+Green+Blue) = 215+130+203=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D782CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782CB is #287D34. Grayscale: #A3A3A3. Windows color (decimal): -2653493 or 13337303. OLE color: 13337303.
HSL color Cylindrical-coordinate representation of color #D782CB: hue angle of 308.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782CB is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 203 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.16 |
| HSL | 308.47º | 0.52% | 0.68% | - |
| HSV(B) | 308.47º | 0.4% | 0.84% | - |
| XYZ | 46.79 | 34.72 | 60.74 | - |
| YUV | 163.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 203 | 0 | 0.40 | 0.06 | 0.16 | 308.47 | 0.52 | 0.68 |
| Hex | D7 | 82 | CB | 0 | 28 | 6 | 10 | 134 | 34 | 44 |
| Octal | 327 | 202 | 313 | 0 | 50 | 6 | 20 | 464 | 64 | 104 |
| Binary | 11010111 | 10000010 | 11001011 | 0 | 101000 | 110 | 10000 | 100110100 | 110100 | 1000100 |
Color Harmonies of #D782CB
Complementary color
Monochromatic Colors of #D782CB
Black with #D782CB
Text Example
Text Example
White with #D782CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D782CB; }
p { color: rgb(215,130,203); }
H1.HeaderClassName
{
color: #D782CB;
}
.AnyTagClassName
{
color: #D782CB;
}
</style>
background-color css
<style>
a { background-color: #D782CB; }
a { background-color: rgb(215,130,203); }
div.DivClassName
{
background-color: #D782CB;
}
.BgClassName
{
background-color: #D782CB;
}
</style>
border-color css
<style>
span { border-color: #D782CB; }
span { border-color: rgb(215,130,203); }
td.TdClassName
{
border-color: #D782CB;
}
.TagClassName
{
border-color: #D782CB;
}
</style>