Shades of Orchid #D475C7
Tints of Orchid #D475C7
RGB
CMYK
RGB Variations
Color information
#D475C7 (or 0xD475C7) is known color: Orchid. HEX triplet: D4, 75 and C7. RGB value is (212,117,199). Sum of RGB (Red+Green+Blue) = 212+117+199=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D475C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475C7 is #2B8A38. Grayscale: #9A9A9A. Windows color (decimal): -2853433 or 13071828. OLE color: 13071828.
HSL color Cylindrical-coordinate representation of color #D475C7: hue angle of 308.21º 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 #D475C7 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 199 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.17 |
| HSL | 308.21º | 0.52% | 0.65% | - |
| HSV(B) | 308.21º | 0.45% | 0.83% | - |
| XYZ | 43.82 | 30.84 | 57.68 | - |
| YUV | 154.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 199 | 0 | 0.45 | 0.06 | 0.17 | 308.21 | 0.52 | 0.65 |
| Hex | D4 | 75 | C7 | 0 | 2D | 6 | 11 | 134 | 34 | 41 |
| Octal | 324 | 165 | 307 | 0 | 55 | 6 | 21 | 464 | 64 | 101 |
| Binary | 11010100 | 1110101 | 11000111 | 0 | 101101 | 110 | 10001 | 100110100 | 110100 | 1000001 |
Color Harmonies of #D475C7
Complementary color
Monochromatic Colors of #D475C7
Black with #D475C7
Text Example
Text Example
White with #D475C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475C7; }
p { color: rgb(212,117,199); }
H1.HeaderClassName
{
color: #D475C7;
}
.AnyTagClassName
{
color: #D475C7;
}
</style>
background-color css
<style>
a { background-color: #D475C7; }
a { background-color: rgb(212,117,199); }
div.DivClassName
{
background-color: #D475C7;
}
.BgClassName
{
background-color: #D475C7;
}
</style>
border-color css
<style>
span { border-color: #D475C7; }
span { border-color: rgb(212,117,199); }
td.TdClassName
{
border-color: #D475C7;
}
.TagClassName
{
border-color: #D475C7;
}
</style>