Shades of Orchid #D477DF
Tints of Orchid #D477DF
RGB
CMYK
RGB Variations
Color information
#D477DF (or 0xD477DF) is known color: Orchid. HEX triplet: D4, 77 and DF. RGB value is (212,119,223). Sum of RGB (Red+Green+Blue) = 212+119+223=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #D477DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477DF is #2B8820. Grayscale: #9E9E9E. Windows color (decimal): -2852897 or 14645204. OLE color: 14645204.
HSL color Cylindrical-coordinate representation of color #D477DF: hue angle of 293.65º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D477DF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 119 | 223 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.13 |
| HSL | 293.65º | 0.62% | 0.67% | - |
| HSV(B) | 293.65º | 0.47% | 0.87% | - |
| XYZ | 47.07 | 32.52 | 73.61 | - |
| YUV | 158.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 223 | 0.05 | 0.47 | 0 | 0.13 | 293.65 | 0.62 | 0.67 |
| Hex | D4 | 77 | DF | 5 | 2F | 0 | D | 126 | 3E | 43 |
| Octal | 324 | 167 | 337 | 5 | 57 | 0 | 15 | 446 | 76 | 103 |
| Binary | 11010100 | 1110111 | 11011111 | 101 | 101111 | 0 | 1101 | 100100110 | 111110 | 1000011 |
Color Harmonies of #D477DF
Complementary color
Monochromatic Colors of #D477DF
Black with #D477DF
Text Example
Text Example
White with #D477DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D477DF; }
p { color: rgb(212,119,223); }
H1.HeaderClassName
{
color: #D477DF;
}
.AnyTagClassName
{
color: #D477DF;
}
</style>
background-color css
<style>
a { background-color: #D477DF; }
a { background-color: rgb(212,119,223); }
div.DivClassName
{
background-color: #D477DF;
}
.BgClassName
{
background-color: #D477DF;
}
</style>
border-color css
<style>
span { border-color: #D477DF; }
span { border-color: rgb(212,119,223); }
td.TdClassName
{
border-color: #D477DF;
}
.TagClassName
{
border-color: #D477DF;
}
</style>