Shades of Orchid #D479BC
Tints of Orchid #D479BC
RGB
CMYK
RGB Variations
Color information
#D479BC (or 0xD479BC) is known color: Orchid. HEX triplet: D4, 79 and BC. RGB value is (212,121,188). Sum of RGB (Red+Green+Blue) = 212+121+188=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D479BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479BC is #2B8643. Grayscale: #9B9B9B. Windows color (decimal): -2852420 or 12351956. OLE color: 12351956.
HSL color Cylindrical-coordinate representation of color #D479BC: hue angle of 315.82º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D479BC is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 121 | 188 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.17 |
| HSL | 315.82º | 0.51% | 0.65% | - |
| HSV(B) | 315.82º | 0.43% | 0.83% | - |
| XYZ | 43.07 | 31.3 | 51.35 | - |
| YUV | 155.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 188 | 0 | 0.43 | 0.11 | 0.17 | 315.82 | 0.51 | 0.65 |
| Hex | D4 | 79 | BC | 0 | 2B | B | 11 | 13C | 33 | 41 |
| Octal | 324 | 171 | 274 | 0 | 53 | 13 | 21 | 474 | 63 | 101 |
| Binary | 11010100 | 1111001 | 10111100 | 0 | 101011 | 1011 | 10001 | 100111100 | 110011 | 1000001 |
Color Harmonies of #D479BC
Complementary color
Monochromatic Colors of #D479BC
Black with #D479BC
Text Example
Text Example
White with #D479BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D479BC; }
p { color: rgb(212,121,188); }
H1.HeaderClassName
{
color: #D479BC;
}
.AnyTagClassName
{
color: #D479BC;
}
</style>
background-color css
<style>
a { background-color: #D479BC; }
a { background-color: rgb(212,121,188); }
div.DivClassName
{
background-color: #D479BC;
}
.BgClassName
{
background-color: #D479BC;
}
</style>
border-color css
<style>
span { border-color: #D479BC; }
span { border-color: rgb(212,121,188); }
td.TdClassName
{
border-color: #D479BC;
}
.TagClassName
{
border-color: #D479BC;
}
</style>