Html Css Color HEX #E37DCF Orchid

📋 copy color: '#E37DCF'

red 227 ◦ green 125 ◦ blue 207

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

Shades of Orchid #E37DCF

Tints of Orchid #E37DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 40.61%
G = 22.36%
B = 37.03%

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

#E37DCF (or 0xE37DCF) is known color: Orchid. HEX triplet: E3, 7D and CF. RGB value is (227,125,207). Sum of RGB (Red+Green+Blue) = 227+125+207=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DCF is #1C8230. Grayscale: #A4A4A4. Windows color (decimal): -1868337 or 13598179. OLE color: 13598179.

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

Color convert

RGB 227 125 207 -
CMYK 0 0.45 0.09 0.11
HSL 311.76º 0.65% 0.69% -
HSV(B) 311.76º 0.45% 0.89% -
XYZ 50.27 35.5 63.23 -
YUV 164.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 227 125 207 0 0.45 0.09 0.11 311.76 0.65 0.69
Hex E3 7D CF 0 2D 9 B 138 41 45
Octal 343 175 317 0 55 11 13 470 101 105
Binary 11100011 1111101 11001111 0 101101 1001 1011 100111000 1000001 1000101

Color Harmonies of #E37DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37DCF

Black with #E37DCF

Text Example


Text Example

White with #E37DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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