Shades of Orchid #D780D2
Tints of Orchid #D780D2
RGB
CMYK
RGB Variations
Color information
#D780D2 (or 0xD780D2) is known color: Orchid. HEX triplet: D7, 80 and D2. RGB value is (215,128,210). Sum of RGB (Red+Green+Blue) = 215+128+210=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D780D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780D2 is #287F2D. Grayscale: #A3A3A3. Windows color (decimal): -2653998 or 13795543. OLE color: 13795543.
HSL color Cylindrical-coordinate representation of color #D780D2: hue angle of 303.45º 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 #D780D2 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 210 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.16 |
| HSL | 303.45º | 0.52% | 0.67% | - |
| HSV(B) | 303.45º | 0.4% | 0.84% | - |
| XYZ | 47.38 | 34.54 | 65.14 | - |
| YUV | 163.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 210 | 0 | 0.40 | 0.02 | 0.16 | 303.45 | 0.52 | 0.67 |
| Hex | D7 | 80 | D2 | 0 | 28 | 2 | 10 | 12F | 34 | 43 |
| Octal | 327 | 200 | 322 | 0 | 50 | 2 | 20 | 457 | 64 | 103 |
| Binary | 11010111 | 10000000 | 11010010 | 0 | 101000 | 10 | 10000 | 100101111 | 110100 | 1000011 |
Color Harmonies of #D780D2
Complementary color
Monochromatic Colors of #D780D2
Black with #D780D2
Text Example
Text Example
White with #D780D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780D2; }
p { color: rgb(215,128,210); }
H1.HeaderClassName
{
color: #D780D2;
}
.AnyTagClassName
{
color: #D780D2;
}
</style>
background-color css
<style>
a { background-color: #D780D2; }
a { background-color: rgb(215,128,210); }
div.DivClassName
{
background-color: #D780D2;
}
.BgClassName
{
background-color: #D780D2;
}
</style>
border-color css
<style>
span { border-color: #D780D2; }
span { border-color: rgb(215,128,210); }
td.TdClassName
{
border-color: #D780D2;
}
.TagClassName
{
border-color: #D780D2;
}
</style>