Shades of Orchid #D371CC
Tints of Orchid #D371CC
RGB
CMYK
RGB Variations
Color information
#D371CC (or 0xD371CC) is known color: Orchid. HEX triplet: D3, 71 and CC. RGB value is (211,113,204). Sum of RGB (Red+Green+Blue) = 211+113+204=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D371CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D371CC is #2C8E33. Grayscale: #989898. Windows color (decimal): -2919988 or 13398483. OLE color: 13398483.
HSL color Cylindrical-coordinate representation of color #D371CC: hue angle of 304.29º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D371CC is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 204 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.17 |
| HSL | 304.29º | 0.53% | 0.64% | - |
| HSV(B) | 304.29º | 0.46% | 0.83% | - |
| XYZ | 43.67 | 30.02 | 60.62 | - |
| YUV | 152.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 204 | 0 | 0.46 | 0.03 | 0.17 | 304.29 | 0.53 | 0.64 |
| Hex | D3 | 71 | CC | 0 | 2E | 3 | 11 | 130 | 35 | 40 |
| Octal | 323 | 161 | 314 | 0 | 56 | 3 | 21 | 460 | 65 | 100 |
| Binary | 11010011 | 1110001 | 11001100 | 0 | 101110 | 11 | 10001 | 100110000 | 110101 | 1000000 |
Color Harmonies of #D371CC
Complementary color
Monochromatic Colors of #D371CC
Black with #D371CC
Text Example
Text Example
White with #D371CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D371CC; }
p { color: rgb(211,113,204); }
H1.HeaderClassName
{
color: #D371CC;
}
.AnyTagClassName
{
color: #D371CC;
}
</style>
background-color css
<style>
a { background-color: #D371CC; }
a { background-color: rgb(211,113,204); }
div.DivClassName
{
background-color: #D371CC;
}
.BgClassName
{
background-color: #D371CC;
}
</style>
border-color css
<style>
span { border-color: #D371CC; }
span { border-color: rgb(211,113,204); }
td.TdClassName
{
border-color: #D371CC;
}
.TagClassName
{
border-color: #D371CC;
}
</style>