Shades of Orchid #D780CA
Tints of Orchid #D780CA
RGB
CMYK
RGB Variations
Color information
#D780CA (or 0xD780CA) is known color: Orchid. HEX triplet: D7, 80 and CA. RGB value is (215,128,202). Sum of RGB (Red+Green+Blue) = 215+128+202=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D780CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780CA is #287F35. Grayscale: #A2A2A2. Windows color (decimal): -2654006 or 13271255. OLE color: 13271255.
HSL color Cylindrical-coordinate representation of color #D780CA: hue angle of 308.97º 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 #D780CA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 202 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.16 |
| HSL | 308.97º | 0.52% | 0.67% | - |
| HSV(B) | 308.97º | 0.4% | 0.84% | - |
| XYZ | 46.4 | 34.15 | 60.02 | - |
| YUV | 162.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 202 | 0 | 0.40 | 0.06 | 0.16 | 308.97 | 0.52 | 0.67 |
| Hex | D7 | 80 | CA | 0 | 28 | 6 | 10 | 135 | 34 | 43 |
| Octal | 327 | 200 | 312 | 0 | 50 | 6 | 20 | 465 | 64 | 103 |
| Binary | 11010111 | 10000000 | 11001010 | 0 | 101000 | 110 | 10000 | 100110101 | 110100 | 1000011 |
Color Harmonies of #D780CA
Complementary color
Monochromatic Colors of #D780CA
Black with #D780CA
Text Example
Text Example
White with #D780CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780CA; }
p { color: rgb(215,128,202); }
H1.HeaderClassName
{
color: #D780CA;
}
.AnyTagClassName
{
color: #D780CA;
}
</style>
background-color css
<style>
a { background-color: #D780CA; }
a { background-color: rgb(215,128,202); }
div.DivClassName
{
background-color: #D780CA;
}
.BgClassName
{
background-color: #D780CA;
}
</style>
border-color css
<style>
span { border-color: #D780CA; }
span { border-color: rgb(215,128,202); }
td.TdClassName
{
border-color: #D780CA;
}
.TagClassName
{
border-color: #D780CA;
}
</style>