Html Css Color HEX #E37DCD Orchid

📋 copy color: '#E37DCD'

red 227 ◦ green 125 ◦ blue 205

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

Shades of Orchid #E37DCD

Tints of Orchid #E37DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.8%

R = 40.75%
G = 22.44%
B = 36.8%

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

#E37DCD (or 0xE37DCD) is known color: Orchid. HEX triplet: E3, 7D and CD. RGB value is (227,125,205). Sum of RGB (Red+Green+Blue) = 227+125+205=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DCD is #1C8232. Grayscale: #A4A4A4. Windows color (decimal): -1868339 or 13467107. OLE color: 13467107.

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

Color convert

RGB 227 125 205 -
CMYK 0 0.45 0.10 0.11
HSL 312.94º 0.65% 0.69% -
HSV(B) 312.94º 0.45% 0.89% -
XYZ 50.03 35.41 61.95 -
YUV 164.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 227 125 205 0 0.45 0.10 0.11 312.94 0.65 0.69
Hex E3 7D CD 0 2D A B 139 41 45
Octal 343 175 315 0 55 12 13 471 101 105
Binary 11100011 1111101 11001101 0 101101 1010 1011 100111001 1000001 1000101

Color Harmonies of #E37DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37DCD

Black with #E37DCD

Text Example


Text Example

White with #E37DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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