Shades of Orchid #D475D5
Tints of Orchid #D475D5
RGB
CMYK
RGB Variations
Color information
#D475D5 (or 0xD475D5) is known color: Orchid. HEX triplet: D4, 75 and D5. RGB value is (212,117,213). Sum of RGB (Red+Green+Blue) = 212+117+213=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #D475D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475D5 is #2B8A2A. Grayscale: #9C9C9C. Windows color (decimal): -2853419 or 13989332. OLE color: 13989332.
HSL color Cylindrical-coordinate representation of color #D475D5: hue angle of 299.38º degrees, saturation: 0.53, 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 #D475D5 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 117 | 213 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.16 |
| HSL | 299.38º | 0.53% | 0.65% | - |
| HSV(B) | 299.38º | 0.45% | 0.84% | - |
| XYZ | 45.52 | 31.52 | 66.64 | - |
| YUV | 156.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 213 | 0.00 | 0.45 | 0 | 0.16 | 299.38 | 0.53 | 0.65 |
| Hex | D4 | 75 | D5 | 0 | 2D | 0 | 10 | 12B | 35 | 41 |
| Octal | 324 | 165 | 325 | 0 | 55 | 0 | 20 | 453 | 65 | 101 |
| Binary | 11010100 | 1110101 | 11010101 | 0 | 101101 | 0 | 10000 | 100101011 | 110101 | 1000001 |
Color Harmonies of #D475D5
Complementary color
Monochromatic Colors of #D475D5
Black with #D475D5
Text Example
Text Example
White with #D475D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475D5; }
p { color: rgb(212,117,213); }
H1.HeaderClassName
{
color: #D475D5;
}
.AnyTagClassName
{
color: #D475D5;
}
</style>
background-color css
<style>
a { background-color: #D475D5; }
a { background-color: rgb(212,117,213); }
div.DivClassName
{
background-color: #D475D5;
}
.BgClassName
{
background-color: #D475D5;
}
</style>
border-color css
<style>
span { border-color: #D475D5; }
span { border-color: rgb(212,117,213); }
td.TdClassName
{
border-color: #D475D5;
}
.TagClassName
{
border-color: #D475D5;
}
</style>