Html Css Color HEX #E37DCE Orchid

📋 copy color: '#E37DCE'

red 227 ◦ green 125 ◦ blue 206

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

Shades of Orchid #E37DCE

Tints of Orchid #E37DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 40.68%
G = 22.4%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E37DCE (or 0xE37DCE) is known color: Orchid. HEX triplet: E3, 7D and CE. RGB value is (227,125,206). Sum of RGB (Red+Green+Blue) = 227+125+206=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DCE is #1C8231. Grayscale: #A4A4A4. Windows color (decimal): -1868338 or 13532643. OLE color: 13532643.

HSL color Cylindrical-coordinate representation of color #E37DCE: hue angle of 312.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 #E37DCE is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 125 206 -
CMYK 0 0.45 0.09 0.11
HSL 312.35º 0.65% 0.69% -
HSV(B) 312.35º 0.45% 0.89% -
XYZ 50.15 35.45 62.59 -
YUV 164.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 227 125 206 0 0.45 0.09 0.11 312.35 0.65 0.69
Hex E3 7D CE 0 2D 9 B 138 41 45
Octal 343 175 316 0 55 11 13 470 101 105
Binary 11100011 1111101 11001110 0 101101 1001 1011 100111000 1000001 1000101

Color Harmonies of #E37DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37DCE

Black with #E37DCE

Text Example


Text Example

White with #E37DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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