Shades of Orchid #D373CC
Tints of Orchid #D373CC
RGB
CMYK
RGB Variations
Color information
#D373CC (or 0xD373CC) is known color: Orchid. HEX triplet: D3, 73 and CC. RGB value is (211,115,204). Sum of RGB (Red+Green+Blue) = 211+115+204=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D373CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373CC is #2C8C33. Grayscale: #999999. Windows color (decimal): -2919476 or 13398995. OLE color: 13398995.
HSL color Cylindrical-coordinate representation of color #D373CC: hue angle of 304.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D373CC is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 204 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.17 |
| HSL | 304.38º | 0.52% | 0.64% | - |
| HSV(B) | 304.38º | 0.45% | 0.83% | - |
| XYZ | 43.89 | 30.47 | 60.69 | - |
| YUV | 153.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 204 | 0 | 0.45 | 0.03 | 0.17 | 304.38 | 0.52 | 0.64 |
| Hex | D3 | 73 | CC | 0 | 2D | 3 | 11 | 130 | 34 | 40 |
| Octal | 323 | 163 | 314 | 0 | 55 | 3 | 21 | 460 | 64 | 100 |
| Binary | 11010011 | 1110011 | 11001100 | 0 | 101101 | 11 | 10001 | 100110000 | 110100 | 1000000 |
Color Harmonies of #D373CC
Complementary color
Monochromatic Colors of #D373CC
Black with #D373CC
Text Example
Text Example
White with #D373CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D373CC; }
p { color: rgb(211,115,204); }
H1.HeaderClassName
{
color: #D373CC;
}
.AnyTagClassName
{
color: #D373CC;
}
</style>
background-color css
<style>
a { background-color: #D373CC; }
a { background-color: rgb(211,115,204); }
div.DivClassName
{
background-color: #D373CC;
}
.BgClassName
{
background-color: #D373CC;
}
</style>
border-color css
<style>
span { border-color: #D373CC; }
span { border-color: rgb(211,115,204); }
td.TdClassName
{
border-color: #D373CC;
}
.TagClassName
{
border-color: #D373CC;
}
</style>