Shades of Orchid #D471CC
Tints of Orchid #D471CC
RGB
CMYK
RGB Variations
Color information
#D471CC (or 0xD471CC) is known color: Orchid. HEX triplet: D4, 71 and CC. RGB value is (212,113,204). Sum of RGB (Red+Green+Blue) = 212+113+204=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D471CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471CC is #2B8E33. Grayscale: #989898. Windows color (decimal): -2854452 or 13398484. OLE color: 13398484.
HSL color Cylindrical-coordinate representation of color #D471CC: hue angle of 304.85º 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 #D471CC is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 204 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.17 |
| HSL | 304.85º | 0.54% | 0.64% | - |
| HSV(B) | 304.85º | 0.47% | 0.83% | - |
| XYZ | 43.96 | 30.17 | 60.63 | - |
| YUV | 152.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 204 | 0 | 0.47 | 0.04 | 0.17 | 304.85 | 0.54 | 0.64 |
| Hex | D4 | 71 | CC | 0 | 2F | 4 | 11 | 131 | 36 | 40 |
| Octal | 324 | 161 | 314 | 0 | 57 | 4 | 21 | 461 | 66 | 100 |
| Binary | 11010100 | 1110001 | 11001100 | 0 | 101111 | 100 | 10001 | 100110001 | 110110 | 1000000 |
Color Harmonies of #D471CC
Complementary color
Monochromatic Colors of #D471CC
Black with #D471CC
Text Example
Text Example
White with #D471CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471CC; }
p { color: rgb(212,113,204); }
H1.HeaderClassName
{
color: #D471CC;
}
.AnyTagClassName
{
color: #D471CC;
}
</style>
background-color css
<style>
a { background-color: #D471CC; }
a { background-color: rgb(212,113,204); }
div.DivClassName
{
background-color: #D471CC;
}
.BgClassName
{
background-color: #D471CC;
}
</style>
border-color css
<style>
span { border-color: #D471CC; }
span { border-color: rgb(212,113,204); }
td.TdClassName
{
border-color: #D471CC;
}
.TagClassName
{
border-color: #D471CC;
}
</style>