Shades of Orchid #D479CE
Tints of Orchid #D479CE
RGB
CMYK
RGB Variations
Color information
#D479CE (or 0xD479CE) is known color: Orchid. HEX triplet: D4, 79 and CE. RGB value is (212,121,206). Sum of RGB (Red+Green+Blue) = 212+121+206=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D479CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479CE is #2B8631. Grayscale: #9D9D9D. Windows color (decimal): -2852402 or 13531604. OLE color: 13531604.
HSL color Cylindrical-coordinate representation of color #D479CE: hue angle of 303.96º 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 #D479CE is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 121 | 206 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.17 |
| HSL | 303.96º | 0.51% | 0.65% | - |
| HSV(B) | 303.96º | 0.43% | 0.83% | - |
| XYZ | 45.13 | 32.13 | 62.22 | - |
| YUV | 157.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 206 | 0 | 0.43 | 0.03 | 0.17 | 303.96 | 0.51 | 0.65 |
| Hex | D4 | 79 | CE | 0 | 2B | 3 | 11 | 130 | 33 | 41 |
| Octal | 324 | 171 | 316 | 0 | 53 | 3 | 21 | 460 | 63 | 101 |
| Binary | 11010100 | 1111001 | 11001110 | 0 | 101011 | 11 | 10001 | 100110000 | 110011 | 1000001 |
Color Harmonies of #D479CE
Complementary color
Monochromatic Colors of #D479CE
Black with #D479CE
Text Example
Text Example
White with #D479CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D479CE; }
p { color: rgb(212,121,206); }
H1.HeaderClassName
{
color: #D479CE;
}
.AnyTagClassName
{
color: #D479CE;
}
</style>
background-color css
<style>
a { background-color: #D479CE; }
a { background-color: rgb(212,121,206); }
div.DivClassName
{
background-color: #D479CE;
}
.BgClassName
{
background-color: #D479CE;
}
</style>
border-color css
<style>
span { border-color: #D479CE; }
span { border-color: rgb(212,121,206); }
td.TdClassName
{
border-color: #D479CE;
}
.TagClassName
{
border-color: #D479CE;
}
</style>