#D37EDB

Color #D37EDB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D37EDB

Tints of Orchid #D37EDB

Color information

#D37EDB (or 0xD37EDB) is unknown color: approx Orchid. HEX triplet: D3, 7E and DB. RGB value is (211,126,219). Sum of RGB (Red+Green+Blue) = 211+126+219=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #D37EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37EDB is #2C8124. Grayscale: #A1A1A1. Windows color (decimal): -2916645 or 14384851. OLE color: 14384851.

HSL color Cylindrical-coordinate representation of color #D37EDB: hue angle of 294.84º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37EDB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211126219-
CMYK0.040.4200.14
HSL294.84º56.36%67.65%-
HSV(B)294.84º42.47%85.88%-
XYZ47.1133.8971.08-
YUV162.02160.16162.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 37.95%
GREEN value IS 126 (49.61% from 255) = 22.66%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=37.95%
G=22.66%
B=39.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111262190.040.4200.14294.8456.3667.65
HexD37EDB42A0E1273844
Octal32317633345201644770104
Binary11010011111111011011011100101010011101001001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37EDB; }

 p { color: rgb(211,126,219); }

 H1.HeaderClassName
 {
   color: #D37EDB;
 }
 .AnyTagClassName
 {
   color: #D37EDB;
 }
</style>
background-color css

<style>
 a { background-color: #D37EDB; }

 a { background-color: rgb(211,126,219); }

 div.DivClassName
 {
   background-color: #D37EDB;
 }
 .BgClassName
 {
   background-color: #D37EDB;
 }
</style>
border-color css

<style>
 span { border-color: #D37EDB; }

 span { border-color: rgb(211,126,219); }

 td.TdClassName
 {
   border-color: #D37EDB;
 }
 .TagClassName
 {
   border-color: #D37EDB;
 }
</style>