Shades of Orchid #D475DA
Tints of Orchid #D475DA
RGB
CMYK
RGB Variations
Color information
#D475DA (or 0xD475DA) is known color: Orchid. HEX triplet: D4, 75 and DA. RGB value is (212,117,218). Sum of RGB (Red+Green+Blue) = 212+117+218=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #D475DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475DA is #2B8A25. Grayscale: #9C9C9C. Windows color (decimal): -2853414 or 14317012. OLE color: 14317012.
HSL color Cylindrical-coordinate representation of color #D475DA: hue angle of 296.44º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D475DA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 117 | 218 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.15 |
| HSL | 296.44º | 0.58% | 0.66% | - |
| HSV(B) | 296.44º | 0.46% | 0.85% | - |
| XYZ | 46.17 | 31.78 | 70.03 | - |
| YUV | 156.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 218 | 0.03 | 0.46 | 0 | 0.15 | 296.44 | 0.58 | 0.66 |
| Hex | D4 | 75 | DA | 3 | 2E | 0 | F | 128 | 3A | 42 |
| Octal | 324 | 165 | 332 | 3 | 56 | 0 | 17 | 450 | 72 | 102 |
| Binary | 11010100 | 1110101 | 11011010 | 11 | 101110 | 0 | 1111 | 100101000 | 111010 | 1000010 |
Color Harmonies of #D475DA
Complementary color
Monochromatic Colors of #D475DA
Black with #D475DA
Text Example
Text Example
White with #D475DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475DA; }
p { color: rgb(212,117,218); }
H1.HeaderClassName
{
color: #D475DA;
}
.AnyTagClassName
{
color: #D475DA;
}
</style>
background-color css
<style>
a { background-color: #D475DA; }
a { background-color: rgb(212,117,218); }
div.DivClassName
{
background-color: #D475DA;
}
.BgClassName
{
background-color: #D475DA;
}
</style>
border-color css
<style>
span { border-color: #D475DA; }
span { border-color: rgb(212,117,218); }
td.TdClassName
{
border-color: #D475DA;
}
.TagClassName
{
border-color: #D475DA;
}
</style>