Html Css Color HEX #E37CCD Orchid

📋 copy color: '#E37CCD'

red 227 ◦ green 124 ◦ blue 205

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

Shades of Orchid #E37CCD

Tints of Orchid #E37CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.3%

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

R = 40.83%
G = 22.3%
B = 36.87%

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

#E37CCD (or 0xE37CCD) is known color: Orchid. HEX triplet: E3, 7C and CD. RGB value is (227,124,205). Sum of RGB (Red+Green+Blue) = 227+124+205=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CCD is #1C8332. Grayscale: #A3A3A3. Windows color (decimal): -1868595 or 13466851. OLE color: 13466851.

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

Color convert

RGB 227 124 205 -
CMYK 0 0.45 0.10 0.11
HSL 312.82º 0.65% 0.69% -
HSV(B) 312.82º 0.45% 0.89% -
XYZ 49.91 35.15 61.91 -
YUV 164.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 227 124 205 0 0.45 0.10 0.11 312.82 0.65 0.69
Hex E3 7C CD 0 2D A B 139 41 45
Octal 343 174 315 0 55 12 13 471 101 105
Binary 11100011 1111100 11001101 0 101101 1010 1011 100111001 1000001 1000101

Color Harmonies of #E37CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37CCD

Black with #E37CCD

Text Example


Text Example

White with #E37CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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