Shades of Orchid #D37ECE
Tints of Orchid #D37ECE
RGB
CMYK
RGB Variations
Color information
#D37ECE (or 0xD37ECE) is known color: Orchid. HEX triplet: D3, 7E and CE. RGB value is (211,126,206). Sum of RGB (Red+Green+Blue) = 211+126+206=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D37ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ECE is #2C8131. Grayscale: #A0A0A0. Windows color (decimal): -2916658 or 13532883. OLE color: 13532883.
HSL color Cylindrical-coordinate representation of color #D37ECE: hue angle of 303.53º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37ECE is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 206 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.17 |
| HSL | 303.53º | 0.49% | 0.66% | - |
| HSV(B) | 303.53º | 0.4% | 0.83% | - |
| XYZ | 45.47 | 33.23 | 62.41 | - |
| YUV | 160.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 206 | 0 | 0.40 | 0.02 | 0.17 | 303.53 | 0.49 | 0.66 |
| Hex | D3 | 7E | CE | 0 | 28 | 2 | 11 | 130 | 31 | 42 |
| Octal | 323 | 176 | 316 | 0 | 50 | 2 | 21 | 460 | 61 | 102 |
| Binary | 11010011 | 1111110 | 11001110 | 0 | 101000 | 10 | 10001 | 100110000 | 110001 | 1000010 |
Color Harmonies of #D37ECE
Complementary color
Monochromatic Colors of #D37ECE
Black with #D37ECE
Text Example
Text Example
White with #D37ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37ECE; }
p { color: rgb(211,126,206); }
H1.HeaderClassName
{
color: #D37ECE;
}
.AnyTagClassName
{
color: #D37ECE;
}
</style>
background-color css
<style>
a { background-color: #D37ECE; }
a { background-color: rgb(211,126,206); }
div.DivClassName
{
background-color: #D37ECE;
}
.BgClassName
{
background-color: #D37ECE;
}
</style>
border-color css
<style>
span { border-color: #D37ECE; }
span { border-color: rgb(211,126,206); }
td.TdClassName
{
border-color: #D37ECE;
}
.TagClassName
{
border-color: #D37ECE;
}
</style>