Shades of Orchid #D978CA
Tints of Orchid #D978CA
RGB
CMYK
RGB Variations
Color information
#D978CA (or 0xD978CA) is known color: Orchid. HEX triplet: D9, 78 and CA. RGB value is (217,120,202). Sum of RGB (Red+Green+Blue) = 217+120+202=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D978CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978CA is #268735. Grayscale: #9E9E9E. Windows color (decimal): -2524982 or 13269209. OLE color: 13269209.
HSL color Cylindrical-coordinate representation of color #D978CA: hue angle of 309.28º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D978CA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 202 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.15 |
| HSL | 309.28º | 0.56% | 0.66% | - |
| HSV(B) | 309.28º | 0.45% | 0.85% | - |
| XYZ | 45.99 | 32.45 | 59.72 | - |
| YUV | 158.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 202 | 0 | 0.45 | 0.07 | 0.15 | 309.28 | 0.56 | 0.66 |
| Hex | D9 | 78 | CA | 0 | 2D | 7 | F | 135 | 38 | 42 |
| Octal | 331 | 170 | 312 | 0 | 55 | 7 | 17 | 465 | 70 | 102 |
| Binary | 11011001 | 1111000 | 11001010 | 0 | 101101 | 111 | 1111 | 100110101 | 111000 | 1000010 |
Color Harmonies of #D978CA
Complementary color
Monochromatic Colors of #D978CA
Black with #D978CA
Text Example
Text Example
White with #D978CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978CA; }
p { color: rgb(217,120,202); }
H1.HeaderClassName
{
color: #D978CA;
}
.AnyTagClassName
{
color: #D978CA;
}
</style>
background-color css
<style>
a { background-color: #D978CA; }
a { background-color: rgb(217,120,202); }
div.DivClassName
{
background-color: #D978CA;
}
.BgClassName
{
background-color: #D978CA;
}
</style>
border-color css
<style>
span { border-color: #D978CA; }
span { border-color: rgb(217,120,202); }
td.TdClassName
{
border-color: #D978CA;
}
.TagClassName
{
border-color: #D978CA;
}
</style>