Html Css Color HEX #E37CCE Orchid

📋 copy color: '#E37CCE'

red 227 ◦ green 124 ◦ blue 206

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

Shades of Orchid #E37CCE

Tints of Orchid #E37CCE

RGB

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

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

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

R = 40.75%
G = 22.26%
B = 36.98%

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

#E37CCE (or 0xE37CCE) is known color: Orchid. HEX triplet: E3, 7C and CE. RGB value is (227,124,206). Sum of RGB (Red+Green+Blue) = 227+124+206=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CCE is #1C8331. Grayscale: #A3A3A3. Windows color (decimal): -1868594 or 13532387. OLE color: 13532387.

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

Color convert

RGB 227 124 206 -
CMYK 0 0.45 0.09 0.11
HSL 312.23º 0.65% 0.69% -
HSV(B) 312.23º 0.45% 0.89% -
XYZ 50.03 35.2 62.55 -
YUV 164.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 227 124 206 0 0.45 0.09 0.11 312.23 0.65 0.69
Hex E3 7C CE 0 2D 9 B 138 41 45
Octal 343 174 316 0 55 11 13 470 101 105
Binary 11100011 1111100 11001110 0 101101 1001 1011 100111000 1000001 1000101

Color Harmonies of #E37CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37CCE

Black with #E37CCE

Text Example


Text Example

White with #E37CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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