Shades of Orchid #D471C6
Tints of Orchid #D471C6
RGB
CMYK
RGB Variations
Color information
#D471C6 (or 0xD471C6) is known color: Orchid. HEX triplet: D4, 71 and C6. RGB value is (212,113,198). Sum of RGB (Red+Green+Blue) = 212+113+198=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D471C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471C6 is #2B8E39. Grayscale: #989898. Windows color (decimal): -2854458 or 13005268. OLE color: 13005268.
HSL color Cylindrical-coordinate representation of color #D471C6: hue angle of 308.48º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D471C6 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 198 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.17 |
| HSL | 308.48º | 0.54% | 0.64% | - |
| HSV(B) | 308.48º | 0.47% | 0.83% | - |
| XYZ | 43.25 | 29.88 | 56.91 | - |
| YUV | 152.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 198 | 0 | 0.47 | 0.07 | 0.17 | 308.48 | 0.54 | 0.64 |
| Hex | D4 | 71 | C6 | 0 | 2F | 7 | 11 | 134 | 36 | 40 |
| Octal | 324 | 161 | 306 | 0 | 57 | 7 | 21 | 464 | 66 | 100 |
| Binary | 11010100 | 1110001 | 11000110 | 0 | 101111 | 111 | 10001 | 100110100 | 110110 | 1000000 |
Color Harmonies of #D471C6
Complementary color
Monochromatic Colors of #D471C6
Black with #D471C6
Text Example
Text Example
White with #D471C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471C6; }
p { color: rgb(212,113,198); }
H1.HeaderClassName
{
color: #D471C6;
}
.AnyTagClassName
{
color: #D471C6;
}
</style>
background-color css
<style>
a { background-color: #D471C6; }
a { background-color: rgb(212,113,198); }
div.DivClassName
{
background-color: #D471C6;
}
.BgClassName
{
background-color: #D471C6;
}
</style>
border-color css
<style>
span { border-color: #D471C6; }
span { border-color: rgb(212,113,198); }
td.TdClassName
{
border-color: #D471C6;
}
.TagClassName
{
border-color: #D471C6;
}
</style>