Shades of Orchid #D475BD
Tints of Orchid #D475BD
RGB
CMYK
RGB Variations
Color information
#D475BD (or 0xD475BD) is known color: Orchid. HEX triplet: D4, 75 and BD. RGB value is (212,117,189). Sum of RGB (Red+Green+Blue) = 212+117+189=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D475BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475BD is #2B8A42. Grayscale: #999999. Windows color (decimal): -2853443 or 12416468. OLE color: 12416468.
HSL color Cylindrical-coordinate representation of color #D475BD: hue angle of 314.53º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D475BD is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 189 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.17 |
| HSL | 314.53º | 0.52% | 0.65% | - |
| HSV(B) | 314.53º | 0.45% | 0.83% | - |
| XYZ | 42.7 | 30.39 | 51.76 | - |
| YUV | 153.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 189 | 0 | 0.45 | 0.11 | 0.17 | 314.53 | 0.52 | 0.65 |
| Hex | D4 | 75 | BD | 0 | 2D | B | 11 | 13B | 34 | 41 |
| Octal | 324 | 165 | 275 | 0 | 55 | 13 | 21 | 473 | 64 | 101 |
| Binary | 11010100 | 1110101 | 10111101 | 0 | 101101 | 1011 | 10001 | 100111011 | 110100 | 1000001 |
Color Harmonies of #D475BD
Complementary color
Monochromatic Colors of #D475BD
Black with #D475BD
Text Example
Text Example
White with #D475BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475BD; }
p { color: rgb(212,117,189); }
H1.HeaderClassName
{
color: #D475BD;
}
.AnyTagClassName
{
color: #D475BD;
}
</style>
background-color css
<style>
a { background-color: #D475BD; }
a { background-color: rgb(212,117,189); }
div.DivClassName
{
background-color: #D475BD;
}
.BgClassName
{
background-color: #D475BD;
}
</style>
border-color css
<style>
span { border-color: #D475BD; }
span { border-color: rgb(212,117,189); }
td.TdClassName
{
border-color: #D475BD;
}
.TagClassName
{
border-color: #D475BD;
}
</style>