Html Css Color HEX #E37DCC Orchid

📋 copy color: '#E37DCC'

red 227 ◦ green 125 ◦ blue 204

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

Shades of Orchid #E37DCC

Tints of Orchid #E37DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 40.83%
G = 22.48%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E37DCC (or 0xE37DCC) is known color: Orchid. HEX triplet: E3, 7D and CC. RGB value is (227,125,204). Sum of RGB (Red+Green+Blue) = 227+125+204=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DCC is #1C8233. Grayscale: #A4A4A4. Windows color (decimal): -1868340 or 13401571. OLE color: 13401571.

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

Color convert

RGB 227 125 204 -
CMYK 0 0.45 0.10 0.11
HSL 313.53º 0.65% 0.69% -
HSV(B) 313.53º 0.45% 0.89% -
XYZ 49.91 35.36 61.32 -
YUV 164.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 227 125 204 0 0.45 0.10 0.11 313.53 0.65 0.69
Hex E3 7D CC 0 2D A B 13A 41 45
Octal 343 175 314 0 55 12 13 472 101 105
Binary 11100011 1111101 11001100 0 101101 1010 1011 100111010 1000001 1000101

Color Harmonies of #E37DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37DCC

Black with #E37DCC

Text Example


Text Example

White with #E37DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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