Shades of Orchid #D782C9
Tints of Orchid #D782C9
RGB
CMYK
RGB Variations
Color information
#D782C9 (or 0xD782C9) is known color: Orchid. HEX triplet: D7, 82 and C9. RGB value is (215,130,201). Sum of RGB (Red+Green+Blue) = 215+130+201=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D782C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782C9 is #287D36. Grayscale: #A3A3A3. Windows color (decimal): -2653495 or 13206231. OLE color: 13206231.
HSL color Cylindrical-coordinate representation of color #D782C9: hue angle of 309.88º 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 #D782C9 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 201 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.16 |
| HSL | 309.88º | 0.52% | 0.68% | - |
| HSV(B) | 309.88º | 0.4% | 0.84% | - |
| XYZ | 46.55 | 34.63 | 59.49 | - |
| YUV | 163.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 201 | 0 | 0.40 | 0.07 | 0.16 | 309.88 | 0.52 | 0.68 |
| Hex | D7 | 82 | C9 | 0 | 28 | 7 | 10 | 136 | 34 | 44 |
| Octal | 327 | 202 | 311 | 0 | 50 | 7 | 20 | 466 | 64 | 104 |
| Binary | 11010111 | 10000010 | 11001001 | 0 | 101000 | 111 | 10000 | 100110110 | 110100 | 1000100 |
Color Harmonies of #D782C9
Complementary color
Monochromatic Colors of #D782C9
Black with #D782C9
Text Example
Text Example
White with #D782C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D782C9; }
p { color: rgb(215,130,201); }
H1.HeaderClassName
{
color: #D782C9;
}
.AnyTagClassName
{
color: #D782C9;
}
</style>
background-color css
<style>
a { background-color: #D782C9; }
a { background-color: rgb(215,130,201); }
div.DivClassName
{
background-color: #D782C9;
}
.BgClassName
{
background-color: #D782C9;
}
</style>
border-color css
<style>
span { border-color: #D782C9; }
span { border-color: rgb(215,130,201); }
td.TdClassName
{
border-color: #D782C9;
}
.TagClassName
{
border-color: #D782C9;
}
</style>