Shades of Orchid #D479CC
Tints of Orchid #D479CC
RGB
CMYK
RGB Variations
Color information
#D479CC (or 0xD479CC) is known color: Orchid. HEX triplet: D4, 79 and CC. RGB value is (212,121,204). Sum of RGB (Red+Green+Blue) = 212+121+204=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D479CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479CC is #2B8633. Grayscale: #9D9D9D. Windows color (decimal): -2852404 or 13400532. OLE color: 13400532.
HSL color Cylindrical-coordinate representation of color #D479CC: hue angle of 305.27º 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 #D479CC is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 121 | 204 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.17 |
| HSL | 305.27º | 0.51% | 0.65% | - |
| HSV(B) | 305.27º | 0.43% | 0.83% | - |
| XYZ | 44.89 | 32.03 | 60.94 | - |
| YUV | 157.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 204 | 0 | 0.43 | 0.04 | 0.17 | 305.27 | 0.51 | 0.65 |
| Hex | D4 | 79 | CC | 0 | 2B | 4 | 11 | 131 | 33 | 41 |
| Octal | 324 | 171 | 314 | 0 | 53 | 4 | 21 | 461 | 63 | 101 |
| Binary | 11010100 | 1111001 | 11001100 | 0 | 101011 | 100 | 10001 | 100110001 | 110011 | 1000001 |
Color Harmonies of #D479CC
Complementary color
Monochromatic Colors of #D479CC
Black with #D479CC
Text Example
Text Example
White with #D479CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D479CC; }
p { color: rgb(212,121,204); }
H1.HeaderClassName
{
color: #D479CC;
}
.AnyTagClassName
{
color: #D479CC;
}
</style>
background-color css
<style>
a { background-color: #D479CC; }
a { background-color: rgb(212,121,204); }
div.DivClassName
{
background-color: #D479CC;
}
.BgClassName
{
background-color: #D479CC;
}
</style>
border-color css
<style>
span { border-color: #D479CC; }
span { border-color: rgb(212,121,204); }
td.TdClassName
{
border-color: #D479CC;
}
.TagClassName
{
border-color: #D479CC;
}
</style>