Html Css Color HEX #E47BCE Orchid

📋 copy color: '#E47BCE'

red 228 ◦ green 123 ◦ blue 206

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

Shades of Orchid #E47BCE

Tints of Orchid #E47BCE

RGB

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

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

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

R = 40.93%
G = 22.08%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E47BCE (or 0xE47BCE) is known color: Orchid. HEX triplet: E4, 7B and CE. RGB value is (228,123,206). Sum of RGB (Red+Green+Blue) = 228+123+206=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BCE is #1B8431. Grayscale: #A3A3A3. Windows color (decimal): -1803314 or 13532132. OLE color: 13532132.

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

Color convert

RGB 228 123 206 -
CMYK 0 0.46 0.10 0.11
HSL 312.57º 0.66% 0.69% -
HSV(B) 312.57º 0.46% 0.89% -
XYZ 50.22 35.12 62.52 -
YUV 163.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 228 123 206 0 0.46 0.10 0.11 312.57 0.66 0.69
Hex E4 7B CE 0 2E A B 139 42 45
Octal 344 173 316 0 56 12 13 471 102 105
Binary 11100100 1111011 11001110 0 101110 1010 1011 100111001 1000010 1000101

Color Harmonies of #E47BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47BCE

Black with #E47BCE

Text Example


Text Example

White with #E47BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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