Shades of Orchid #D780C8
Tints of Orchid #D780C8
RGB
CMYK
RGB Variations
Color information
#D780C8 (or 0xD780C8) is known color: Orchid. HEX triplet: D7, 80 and C8. RGB value is (215,128,200). Sum of RGB (Red+Green+Blue) = 215+128+200=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D780C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780C8 is #287F37. Grayscale: #A2A2A2. Windows color (decimal): -2654008 or 13140183. OLE color: 13140183.
HSL color Cylindrical-coordinate representation of color #D780C8: hue angle of 310.34º 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 #D780C8 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 200 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.16 |
| HSL | 310.34º | 0.52% | 0.67% | - |
| HSV(B) | 310.34º | 0.4% | 0.84% | - |
| XYZ | 46.17 | 34.06 | 58.78 | - |
| YUV | 162.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 200 | 0 | 0.40 | 0.07 | 0.16 | 310.34 | 0.52 | 0.67 |
| Hex | D7 | 80 | C8 | 0 | 28 | 7 | 10 | 136 | 34 | 43 |
| Octal | 327 | 200 | 310 | 0 | 50 | 7 | 20 | 466 | 64 | 103 |
| Binary | 11010111 | 10000000 | 11001000 | 0 | 101000 | 111 | 10000 | 100110110 | 110100 | 1000011 |
Color Harmonies of #D780C8
Complementary color
Monochromatic Colors of #D780C8
Black with #D780C8
Text Example
Text Example
White with #D780C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780C8; }
p { color: rgb(215,128,200); }
H1.HeaderClassName
{
color: #D780C8;
}
.AnyTagClassName
{
color: #D780C8;
}
</style>
background-color css
<style>
a { background-color: #D780C8; }
a { background-color: rgb(215,128,200); }
div.DivClassName
{
background-color: #D780C8;
}
.BgClassName
{
background-color: #D780C8;
}
</style>
border-color css
<style>
span { border-color: #D780C8; }
span { border-color: rgb(215,128,200); }
td.TdClassName
{
border-color: #D780C8;
}
.TagClassName
{
border-color: #D780C8;
}
</style>