Html Css Color HEX #E47BCB Orchid

📋 copy color: '#E47BCB'

red 228 ◦ green 123 ◦ blue 203

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

Shades of Orchid #E47BCB

Tints of Orchid #E47BCB

RGB

 RED value IS 228 (89.45% from 255) = 41.16%

 GREEN value IS 123 (48.44% from 255) = 22.2%

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

R = 41.16%
G = 22.2%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E47BCB (or 0xE47BCB) is known color: Orchid. HEX triplet: E4, 7B and CB. RGB value is (228,123,203). Sum of RGB (Red+Green+Blue) = 228+123+203=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BCB is #1B8434. Grayscale: #A3A3A3. Windows color (decimal): -1803317 or 13335524. OLE color: 13335524.

HSL color Cylindrical-coordinate representation of color #E47BCB: hue angle of 314.29º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47BCB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 123 203 -
CMYK 0 0.46 0.11 0.11
HSL 314.29º 0.66% 0.69% -
HSV(B) 314.29º 0.46% 0.89% -
XYZ 49.86 34.97 60.62 -
YUV 163.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 228 123 203 0 0.46 0.11 0.11 314.29 0.66 0.69
Hex E4 7B CB 0 2E B B 13A 42 45
Octal 344 173 313 0 56 13 13 472 102 105
Binary 11100100 1111011 11001011 0 101110 1011 1011 100111010 1000010 1000101

Color Harmonies of #E47BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47BCB

Black with #E47BCB

Text Example


Text Example

White with #E47BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47BCB; }

 p { color: rgb(228,123,203); }

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

background-color css

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

 a { background-color: rgb(228,123,203); }

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

border-color css

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

 span { border-color: rgb(228,123,203); }

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