Shades of Orchid #D37FC3
Tints of Orchid #D37FC3
RGB
CMYK
RGB Variations
Color information
#D37FC3 (or 0xD37FC3) is known color: Orchid. HEX triplet: D3, 7F and C3. RGB value is (211,127,195). Sum of RGB (Red+Green+Blue) = 211+127+195=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FC3 is #2C803C. Grayscale: #9F9F9F. Windows color (decimal): -2916413 or 12812243. OLE color: 12812243.
HSL color Cylindrical-coordinate representation of color #D37FC3: hue angle of 311.43º 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 #D37FC3 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 195 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.17 |
| HSL | 311.43º | 0.49% | 0.66% | - |
| HSV(B) | 311.43º | 0.4% | 0.83% | - |
| XYZ | 44.3 | 32.97 | 55.66 | - |
| YUV | 159.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 195 | 0 | 0.40 | 0.08 | 0.17 | 311.43 | 0.49 | 0.66 |
| Hex | D3 | 7F | C3 | 0 | 28 | 8 | 11 | 137 | 31 | 42 |
| Octal | 323 | 177 | 303 | 0 | 50 | 10 | 21 | 467 | 61 | 102 |
| Binary | 11010011 | 1111111 | 11000011 | 0 | 101000 | 1000 | 10001 | 100110111 | 110001 | 1000010 |
Color Harmonies of #D37FC3
Complementary color
Monochromatic Colors of #D37FC3
Black with #D37FC3
Text Example
Text Example
White with #D37FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FC3; }
p { color: rgb(211,127,195); }
H1.HeaderClassName
{
color: #D37FC3;
}
.AnyTagClassName
{
color: #D37FC3;
}
</style>
background-color css
<style>
a { background-color: #D37FC3; }
a { background-color: rgb(211,127,195); }
div.DivClassName
{
background-color: #D37FC3;
}
.BgClassName
{
background-color: #D37FC3;
}
</style>
border-color css
<style>
span { border-color: #D37FC3; }
span { border-color: rgb(211,127,195); }
td.TdClassName
{
border-color: #D37FC3;
}
.TagClassName
{
border-color: #D37FC3;
}
</style>