Html Css Color HEX #E37CCB Orchid

📋 copy color: '#E37CCB'

red 227 ◦ green 124 ◦ blue 203

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

Shades of Orchid #E37CCB

Tints of Orchid #E37CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 40.97%
G = 22.38%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E37CCB (or 0xE37CCB) is known color: Orchid. HEX triplet: E3, 7C and CB. RGB value is (227,124,203). Sum of RGB (Red+Green+Blue) = 227+124+203=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CCB is #1C8334. Grayscale: #A3A3A3. Windows color (decimal): -1868597 or 13335779. OLE color: 13335779.

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

Color convert

RGB 227 124 203 -
CMYK 0 0.45 0.11 0.11
HSL 313.98º 0.65% 0.69% -
HSV(B) 313.98º 0.45% 0.89% -
XYZ 49.67 35.06 60.65 -
YUV 163.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 227 124 203 0 0.45 0.11 0.11 313.98 0.65 0.69
Hex E3 7C CB 0 2D B B 13A 41 45
Octal 343 174 313 0 55 13 13 472 101 105
Binary 11100011 1111100 11001011 0 101101 1011 1011 100111010 1000001 1000101

Color Harmonies of #E37CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37CCB

Black with #E37CCB

Text Example


Text Example

White with #E37CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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