Shades of Orchid #D475D6
Tints of Orchid #D475D6
RGB
CMYK
RGB Variations
Color information
#D475D6 (or 0xD475D6) is known color: Orchid. HEX triplet: D4, 75 and D6. RGB value is (212,117,214). Sum of RGB (Red+Green+Blue) = 212+117+214=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #D475D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475D6 is #2B8A29. Grayscale: #9C9C9C. Windows color (decimal): -2853418 or 14054868. OLE color: 14054868.
HSL color Cylindrical-coordinate representation of color #D475D6: hue angle of 298.76º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D475D6 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 117 | 214 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.16 |
| HSL | 298.76º | 0.54% | 0.65% | - |
| HSV(B) | 298.76º | 0.45% | 0.84% | - |
| XYZ | 45.65 | 31.57 | 67.31 | - |
| YUV | 156.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 214 | 0.01 | 0.45 | 0 | 0.16 | 298.76 | 0.54 | 0.65 |
| Hex | D4 | 75 | D6 | 1 | 2D | 0 | 10 | 12B | 36 | 41 |
| Octal | 324 | 165 | 326 | 1 | 55 | 0 | 20 | 453 | 66 | 101 |
| Binary | 11010100 | 1110101 | 11010110 | 1 | 101101 | 0 | 10000 | 100101011 | 110110 | 1000001 |
Color Harmonies of #D475D6
Complementary color
Monochromatic Colors of #D475D6
Black with #D475D6
Text Example
Text Example
White with #D475D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475D6; }
p { color: rgb(212,117,214); }
H1.HeaderClassName
{
color: #D475D6;
}
.AnyTagClassName
{
color: #D475D6;
}
</style>
background-color css
<style>
a { background-color: #D475D6; }
a { background-color: rgb(212,117,214); }
div.DivClassName
{
background-color: #D475D6;
}
.BgClassName
{
background-color: #D475D6;
}
</style>
border-color css
<style>
span { border-color: #D475D6; }
span { border-color: rgb(212,117,214); }
td.TdClassName
{
border-color: #D475D6;
}
.TagClassName
{
border-color: #D475D6;
}
</style>