Shades of Orchid #D375DC
Tints of Orchid #D375DC
RGB
CMYK
RGB Variations
Color information
#D375DC (or 0xD375DC) is known color: Orchid. HEX triplet: D3, 75 and DC. RGB value is (211,117,220). Sum of RGB (Red+Green+Blue) = 211+117+220=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #D375DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375DC is #2C8A23. Grayscale: #9C9C9C. Windows color (decimal): -2918948 or 14448083. OLE color: 14448083.
HSL color Cylindrical-coordinate representation of color #D375DC: hue angle of 294.76º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D375DC is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 117 | 220 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.14 |
| HSL | 294.76º | 0.6% | 0.66% | - |
| HSV(B) | 294.76º | 0.47% | 0.86% | - |
| XYZ | 46.14 | 31.74 | 71.4 | - |
| YUV | 156.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 220 | 0.04 | 0.47 | 0 | 0.14 | 294.76 | 0.6 | 0.66 |
| Hex | D3 | 75 | DC | 4 | 2F | 0 | E | 127 | 3C | 42 |
| Octal | 323 | 165 | 334 | 4 | 57 | 0 | 16 | 447 | 74 | 102 |
| Binary | 11010011 | 1110101 | 11011100 | 100 | 101111 | 0 | 1110 | 100100111 | 111100 | 1000010 |
Color Harmonies of #D375DC
Complementary color
Monochromatic Colors of #D375DC
Black with #D375DC
Text Example
Text Example
White with #D375DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375DC; }
p { color: rgb(211,117,220); }
H1.HeaderClassName
{
color: #D375DC;
}
.AnyTagClassName
{
color: #D375DC;
}
</style>
background-color css
<style>
a { background-color: #D375DC; }
a { background-color: rgb(211,117,220); }
div.DivClassName
{
background-color: #D375DC;
}
.BgClassName
{
background-color: #D375DC;
}
</style>
border-color css
<style>
span { border-color: #D375DC; }
span { border-color: rgb(211,117,220); }
td.TdClassName
{
border-color: #D375DC;
}
.TagClassName
{
border-color: #D375DC;
}
</style>