Shades of Orchid #D375E3
Tints of Orchid #D375E3
RGB
CMYK
RGB Variations
Color information
#D375E3 (or 0xD375E3) is known color: Orchid. HEX triplet: D3, 75 and E3. RGB value is (211,117,227). Sum of RGB (Red+Green+Blue) = 211+117+227=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #D375E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375E3 is #2C8A1C. Grayscale: #9D9D9D. Windows color (decimal): -2918941 or 14906835. OLE color: 14906835.
HSL color Cylindrical-coordinate representation of color #D375E3: hue angle of 291.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D375E3 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 117 | 227 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.11 |
| HSL | 291.27º | 0.66% | 0.67% | - |
| HSV(B) | 291.27º | 0.48% | 0.89% | - |
| XYZ | 47.09 | 32.12 | 76.39 | - |
| YUV | 157.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 227 | 0.07 | 0.48 | 0 | 0.11 | 291.27 | 0.66 | 0.67 |
| Hex | D3 | 75 | E3 | 7 | 30 | 0 | B | 123 | 42 | 43 |
| Octal | 323 | 165 | 343 | 7 | 60 | 0 | 13 | 443 | 102 | 103 |
| Binary | 11010011 | 1110101 | 11100011 | 111 | 110000 | 0 | 1011 | 100100011 | 1000010 | 1000011 |
Color Harmonies of #D375E3
Complementary color
Monochromatic Colors of #D375E3
Black with #D375E3
Text Example
Text Example
White with #D375E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375E3; }
p { color: rgb(211,117,227); }
H1.HeaderClassName
{
color: #D375E3;
}
.AnyTagClassName
{
color: #D375E3;
}
</style>
background-color css
<style>
a { background-color: #D375E3; }
a { background-color: rgb(211,117,227); }
div.DivClassName
{
background-color: #D375E3;
}
.BgClassName
{
background-color: #D375E3;
}
</style>
border-color css
<style>
span { border-color: #D375E3; }
span { border-color: rgb(211,117,227); }
td.TdClassName
{
border-color: #D375E3;
}
.TagClassName
{
border-color: #D375E3;
}
</style>