Shades of Orchid #D37FDA
Tints of Orchid #D37FDA
RGB
CMYK
RGB Variations
Color information
#D37FDA (or 0xD37FDA) is known color: Orchid. HEX triplet: D3, 7F and DA. RGB value is (211,127,218). Sum of RGB (Red+Green+Blue) = 211+127+218=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #D37FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FDA is #2C8025. Grayscale: #A2A2A2. Windows color (decimal): -2916390 or 14319571. OLE color: 14319571.
HSL color Cylindrical-coordinate representation of color #D37FDA: hue angle of 295.38º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37FDA is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 127 | 218 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.15 |
| HSL | 295.38º | 0.55% | 0.68% | - |
| HSV(B) | 295.38º | 0.42% | 0.85% | - |
| XYZ | 47.11 | 34.09 | 70.43 | - |
| YUV | 162.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 218 | 0.03 | 0.42 | 0 | 0.15 | 295.38 | 0.55 | 0.68 |
| Hex | D3 | 7F | DA | 3 | 2A | 0 | F | 127 | 37 | 44 |
| Octal | 323 | 177 | 332 | 3 | 52 | 0 | 17 | 447 | 67 | 104 |
| Binary | 11010011 | 1111111 | 11011010 | 11 | 101010 | 0 | 1111 | 100100111 | 110111 | 1000100 |
Color Harmonies of #D37FDA
Complementary color
Monochromatic Colors of #D37FDA
Black with #D37FDA
Text Example
Text Example
White with #D37FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FDA; }
p { color: rgb(211,127,218); }
H1.HeaderClassName
{
color: #D37FDA;
}
.AnyTagClassName
{
color: #D37FDA;
}
</style>
background-color css
<style>
a { background-color: #D37FDA; }
a { background-color: rgb(211,127,218); }
div.DivClassName
{
background-color: #D37FDA;
}
.BgClassName
{
background-color: #D37FDA;
}
</style>
border-color css
<style>
span { border-color: #D37FDA; }
span { border-color: rgb(211,127,218); }
td.TdClassName
{
border-color: #D37FDA;
}
.TagClassName
{
border-color: #D37FDA;
}
</style>