Shades of Orchid #D375CD
Tints of Orchid #D375CD
RGB
CMYK
RGB Variations
Color information
#D375CD (or 0xD375CD) is known color: Orchid. HEX triplet: D3, 75 and CD. RGB value is (211,117,205). Sum of RGB (Red+Green+Blue) = 211+117+205=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D375CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375CD is #2C8A32. Grayscale: #9A9A9A. Windows color (decimal): -2918963 or 13465043. OLE color: 13465043.
HSL color Cylindrical-coordinate representation of color #D375CD: hue angle of 303.83º 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 #D375CD is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 205 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.17 |
| HSL | 303.83º | 0.52% | 0.64% | - |
| HSV(B) | 303.83º | 0.45% | 0.83% | - |
| XYZ | 44.24 | 30.98 | 61.41 | - |
| YUV | 155.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 205 | 0 | 0.45 | 0.03 | 0.17 | 303.83 | 0.52 | 0.64 |
| Hex | D3 | 75 | CD | 0 | 2D | 3 | 11 | 130 | 34 | 40 |
| Octal | 323 | 165 | 315 | 0 | 55 | 3 | 21 | 460 | 64 | 100 |
| Binary | 11010011 | 1110101 | 11001101 | 0 | 101101 | 11 | 10001 | 100110000 | 110100 | 1000000 |
Color Harmonies of #D375CD
Complementary color
Monochromatic Colors of #D375CD
Black with #D375CD
Text Example
Text Example
White with #D375CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375CD; }
p { color: rgb(211,117,205); }
H1.HeaderClassName
{
color: #D375CD;
}
.AnyTagClassName
{
color: #D375CD;
}
</style>
background-color css
<style>
a { background-color: #D375CD; }
a { background-color: rgb(211,117,205); }
div.DivClassName
{
background-color: #D375CD;
}
.BgClassName
{
background-color: #D375CD;
}
</style>
border-color css
<style>
span { border-color: #D375CD; }
span { border-color: rgb(211,117,205); }
td.TdClassName
{
border-color: #D375CD;
}
.TagClassName
{
border-color: #D375CD;
}
</style>