Shades of Orchid #D780DA
Tints of Orchid #D780DA
RGB
CMYK
RGB Variations
Color information
#D780DA (or 0xD780DA) is known color: Orchid. HEX triplet: D7, 80 and DA. RGB value is (215,128,218). Sum of RGB (Red+Green+Blue) = 215+128+218=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #D780DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780DA is #287F25. Grayscale: #A3A3A3. Windows color (decimal): -2653990 or 14319831. OLE color: 14319831.
HSL color Cylindrical-coordinate representation of color #D780DA: hue angle of 298º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D780DA is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 128 | 218 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.15 |
| HSL | 298º | 0.55% | 0.68% | - |
| HSV(B) | 298º | 0.41% | 0.85% | - |
| XYZ | 48.4 | 34.95 | 70.52 | - |
| YUV | 164.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 218 | 0.01 | 0.41 | 0 | 0.15 | 298 | 0.55 | 0.68 |
| Hex | D7 | 80 | DA | 1 | 29 | 0 | F | 12A | 37 | 44 |
| Octal | 327 | 200 | 332 | 1 | 51 | 0 | 17 | 452 | 67 | 104 |
| Binary | 11010111 | 10000000 | 11011010 | 1 | 101001 | 0 | 1111 | 100101010 | 110111 | 1000100 |
Color Harmonies of #D780DA
Complementary color
Monochromatic Colors of #D780DA
Black with #D780DA
Text Example
Text Example
White with #D780DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780DA; }
p { color: rgb(215,128,218); }
H1.HeaderClassName
{
color: #D780DA;
}
.AnyTagClassName
{
color: #D780DA;
}
</style>
background-color css
<style>
a { background-color: #D780DA; }
a { background-color: rgb(215,128,218); }
div.DivClassName
{
background-color: #D780DA;
}
.BgClassName
{
background-color: #D780DA;
}
</style>
border-color css
<style>
span { border-color: #D780DA; }
span { border-color: rgb(215,128,218); }
td.TdClassName
{
border-color: #D780DA;
}
.TagClassName
{
border-color: #D780DA;
}
</style>