Shades of Orchid #D37CC3
Tints of Orchid #D37CC3
RGB
CMYK
RGB Variations
Color information
#D37CC3 (or 0xD37CC3) is known color: Orchid. HEX triplet: D3, 7C and C3. RGB value is (211,124,195). Sum of RGB (Red+Green+Blue) = 211+124+195=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CC3 is #2C833C. Grayscale: #9D9D9D. Windows color (decimal): -2917181 or 12811475. OLE color: 12811475.
HSL color Cylindrical-coordinate representation of color #D37CC3: hue angle of 311.03º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37CC3 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 195 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.17 |
| HSL | 311.03º | 0.5% | 0.66% | - |
| HSV(B) | 311.03º | 0.41% | 0.83% | - |
| XYZ | 43.92 | 32.2 | 55.53 | - |
| YUV | 158.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 195 | 0 | 0.41 | 0.08 | 0.17 | 311.03 | 0.5 | 0.66 |
| Hex | D3 | 7C | C3 | 0 | 29 | 8 | 11 | 137 | 32 | 42 |
| Octal | 323 | 174 | 303 | 0 | 51 | 10 | 21 | 467 | 62 | 102 |
| Binary | 11010011 | 1111100 | 11000011 | 0 | 101001 | 1000 | 10001 | 100110111 | 110010 | 1000010 |
Color Harmonies of #D37CC3
Complementary color
Monochromatic Colors of #D37CC3
Black with #D37CC3
Text Example
Text Example
White with #D37CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CC3; }
p { color: rgb(211,124,195); }
H1.HeaderClassName
{
color: #D37CC3;
}
.AnyTagClassName
{
color: #D37CC3;
}
</style>
background-color css
<style>
a { background-color: #D37CC3; }
a { background-color: rgb(211,124,195); }
div.DivClassName
{
background-color: #D37CC3;
}
.BgClassName
{
background-color: #D37CC3;
}
</style>
border-color css
<style>
span { border-color: #D37CC3; }
span { border-color: rgb(211,124,195); }
td.TdClassName
{
border-color: #D37CC3;
}
.TagClassName
{
border-color: #D37CC3;
}
</style>