Html Css Color HEX #E37DDF Orchid

📋 copy color: '#E37DDF'

red 227 ◦ green 125 ◦ blue 223

#E37DDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E37DDF

Tints of Orchid #E37DDF

RGB

 RED value IS 227 (89.06% from 255) = 39.48%

 GREEN value IS 125 (49.22% from 255) = 21.74%

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 39.48%
G = 21.74%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E37DDF (or 0xE37DDF) is known color: Orchid. HEX triplet: E3, 7D and DF. RGB value is (227,125,223). Sum of RGB (Red+Green+Blue) = 227+125+223=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DDF is #1C8220. Grayscale: #A6A6A6. Windows color (decimal): -1868321 or 14646755. OLE color: 14646755.

HSL color Cylindrical-coordinate representation of color #E37DDF: hue angle of 302.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E37DDF is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 125 223 -
CMYK 0 0.45 0.02 0.11
HSL 302.35º 0.65% 0.69% -
HSV(B) 302.35º 0.45% 0.89% -
XYZ 52.33 36.33 74.07 -
YUV 166.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 227 125 223 0 0.45 0.02 0.11 302.35 0.65 0.69
Hex E3 7D DF 0 2D 2 B 12E 41 45
Octal 343 175 337 0 55 2 13 456 101 105
Binary 11100011 1111101 11011111 0 101101 10 1011 100101110 1000001 1000101

Color Harmonies of #E37DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37DDF

Black with #E37DDF

Text Example


Text Example

White with #E37DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37DDF; }

 p { color: rgb(227,125,223); }

 H1.HeaderClassName
 {
   color: #E37DDF;
 }
 .AnyTagClassName
 {
   color: #E37DDF;
 }
</style>

background-color css

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

 a { background-color: rgb(227,125,223); }

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

border-color css

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

 span { border-color: rgb(227,125,223); }

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