Shades of Orchid #D374CD
Tints of Orchid #D374CD
RGB
CMYK
RGB Variations
Color information
#D374CD (or 0xD374CD) is known color: Orchid. HEX triplet: D3, 74 and CD. RGB value is (211,116,205). Sum of RGB (Red+Green+Blue) = 211+116+205=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D374CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D374CD is #2C8B32. Grayscale: #9A9A9A. Windows color (decimal): -2919219 or 13464787. OLE color: 13464787.
HSL color Cylindrical-coordinate representation of color #D374CD: hue angle of 303.79º 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 #D374CD is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 116 | 205 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.17 |
| HSL | 303.79º | 0.52% | 0.64% | - |
| HSV(B) | 303.79º | 0.45% | 0.83% | - |
| XYZ | 44.13 | 30.75 | 61.37 | - |
| YUV | 154.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 116 | 205 | 0 | 0.45 | 0.03 | 0.17 | 303.79 | 0.52 | 0.64 |
| Hex | D3 | 74 | CD | 0 | 2D | 3 | 11 | 130 | 34 | 40 |
| Octal | 323 | 164 | 315 | 0 | 55 | 3 | 21 | 460 | 64 | 100 |
| Binary | 11010011 | 1110100 | 11001101 | 0 | 101101 | 11 | 10001 | 100110000 | 110100 | 1000000 |
Color Harmonies of #D374CD
Complementary color
Monochromatic Colors of #D374CD
Black with #D374CD
Text Example
Text Example
White with #D374CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D374CD; }
p { color: rgb(211,116,205); }
H1.HeaderClassName
{
color: #D374CD;
}
.AnyTagClassName
{
color: #D374CD;
}
</style>
background-color css
<style>
a { background-color: #D374CD; }
a { background-color: rgb(211,116,205); }
div.DivClassName
{
background-color: #D374CD;
}
.BgClassName
{
background-color: #D374CD;
}
</style>
border-color css
<style>
span { border-color: #D374CD; }
span { border-color: rgb(211,116,205); }
td.TdClassName
{
border-color: #D374CD;
}
.TagClassName
{
border-color: #D374CD;
}
</style>