Shades of Orchid #D780CC
Tints of Orchid #D780CC
RGB
CMYK
RGB Variations
Color information
#D780CC (or 0xD780CC) is known color: Orchid. HEX triplet: D7, 80 and CC. RGB value is (215,128,204). Sum of RGB (Red+Green+Blue) = 215+128+204=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D780CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780CC is #287F33. Grayscale: #A2A2A2. Windows color (decimal): -2654004 or 13402327. OLE color: 13402327.
HSL color Cylindrical-coordinate representation of color #D780CC: hue angle of 307.59º 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 #D780CC is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 204 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.16 |
| HSL | 307.59º | 0.52% | 0.67% | - |
| HSV(B) | 307.59º | 0.4% | 0.84% | - |
| XYZ | 46.64 | 34.25 | 61.28 | - |
| YUV | 162.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 204 | 0 | 0.40 | 0.05 | 0.16 | 307.59 | 0.52 | 0.67 |
| Hex | D7 | 80 | CC | 0 | 28 | 5 | 10 | 134 | 34 | 43 |
| Octal | 327 | 200 | 314 | 0 | 50 | 5 | 20 | 464 | 64 | 103 |
| Binary | 11010111 | 10000000 | 11001100 | 0 | 101000 | 101 | 10000 | 100110100 | 110100 | 1000011 |
Color Harmonies of #D780CC
Complementary color
Monochromatic Colors of #D780CC
Black with #D780CC
Text Example
Text Example
White with #D780CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780CC; }
p { color: rgb(215,128,204); }
H1.HeaderClassName
{
color: #D780CC;
}
.AnyTagClassName
{
color: #D780CC;
}
</style>
background-color css
<style>
a { background-color: #D780CC; }
a { background-color: rgb(215,128,204); }
div.DivClassName
{
background-color: #D780CC;
}
.BgClassName
{
background-color: #D780CC;
}
</style>
border-color css
<style>
span { border-color: #D780CC; }
span { border-color: rgb(215,128,204); }
td.TdClassName
{
border-color: #D780CC;
}
.TagClassName
{
border-color: #D780CC;
}
</style>