Shades of Orchid #D879CA
Tints of Orchid #D879CA
RGB
CMYK
RGB Variations
Color information
#D879CA (or 0xD879CA) is known color: Orchid. HEX triplet: D8, 79 and CA. RGB value is (216,121,202). Sum of RGB (Red+Green+Blue) = 216+121+202=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D879CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879CA is #278635. Grayscale: #9E9E9E. Windows color (decimal): -2590262 or 13269464. OLE color: 13269464.
HSL color Cylindrical-coordinate representation of color #D879CA: hue angle of 308.84º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D879CA is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 202 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.15 |
| HSL | 308.84º | 0.55% | 0.66% | - |
| HSV(B) | 308.84º | 0.44% | 0.85% | - |
| XYZ | 45.82 | 32.54 | 59.74 | - |
| YUV | 158.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 202 | 0 | 0.44 | 0.06 | 0.15 | 308.84 | 0.55 | 0.66 |
| Hex | D8 | 79 | CA | 0 | 2C | 6 | F | 135 | 37 | 42 |
| Octal | 330 | 171 | 312 | 0 | 54 | 6 | 17 | 465 | 67 | 102 |
| Binary | 11011000 | 1111001 | 11001010 | 0 | 101100 | 110 | 1111 | 100110101 | 110111 | 1000010 |
Color Harmonies of #D879CA
Complementary color
Monochromatic Colors of #D879CA
Black with #D879CA
Text Example
Text Example
White with #D879CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879CA; }
p { color: rgb(216,121,202); }
H1.HeaderClassName
{
color: #D879CA;
}
.AnyTagClassName
{
color: #D879CA;
}
</style>
background-color css
<style>
a { background-color: #D879CA; }
a { background-color: rgb(216,121,202); }
div.DivClassName
{
background-color: #D879CA;
}
.BgClassName
{
background-color: #D879CA;
}
</style>
border-color css
<style>
span { border-color: #D879CA; }
span { border-color: rgb(216,121,202); }
td.TdClassName
{
border-color: #D879CA;
}
.TagClassName
{
border-color: #D879CA;
}
</style>