Shades of Orchid #D471C8
Tints of Orchid #D471C8
RGB
CMYK
RGB Variations
Color information
#D471C8 (or 0xD471C8) is known color: Orchid. HEX triplet: D4, 71 and C8. RGB value is (212,113,200). Sum of RGB (Red+Green+Blue) = 212+113+200=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D471C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471C8 is #2B8E37. Grayscale: #989898. Windows color (decimal): -2854456 or 13136340. OLE color: 13136340.
HSL color Cylindrical-coordinate representation of color #D471C8: hue angle of 307.27º 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 #D471C8 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 200 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.17 |
| HSL | 307.27º | 0.54% | 0.64% | - |
| HSV(B) | 307.27º | 0.47% | 0.83% | - |
| XYZ | 43.48 | 29.98 | 58.14 | - |
| YUV | 152.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 200 | 0 | 0.47 | 0.06 | 0.17 | 307.27 | 0.54 | 0.64 |
| Hex | D4 | 71 | C8 | 0 | 2F | 6 | 11 | 133 | 36 | 40 |
| Octal | 324 | 161 | 310 | 0 | 57 | 6 | 21 | 463 | 66 | 100 |
| Binary | 11010100 | 1110001 | 11001000 | 0 | 101111 | 110 | 10001 | 100110011 | 110110 | 1000000 |
Color Harmonies of #D471C8
Complementary color
Monochromatic Colors of #D471C8
Black with #D471C8
Text Example
Text Example
White with #D471C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471C8; }
p { color: rgb(212,113,200); }
H1.HeaderClassName
{
color: #D471C8;
}
.AnyTagClassName
{
color: #D471C8;
}
</style>
background-color css
<style>
a { background-color: #D471C8; }
a { background-color: rgb(212,113,200); }
div.DivClassName
{
background-color: #D471C8;
}
.BgClassName
{
background-color: #D471C8;
}
</style>
border-color css
<style>
span { border-color: #D471C8; }
span { border-color: rgb(212,113,200); }
td.TdClassName
{
border-color: #D471C8;
}
.TagClassName
{
border-color: #D471C8;
}
</style>