Html Css Color HEX #E47BDA Orchid

📋 copy color: '#E47BDA'

red 228 ◦ green 123 ◦ blue 218

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

Shades of Orchid #E47BDA

Tints of Orchid #E47BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 40.07%
G = 21.62%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E47BDA (or 0xE47BDA) is known color: Orchid. HEX triplet: E4, 7B and DA. RGB value is (228,123,218). Sum of RGB (Red+Green+Blue) = 228+123+218=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BDA is #1B8425. Grayscale: #A4A4A4. Windows color (decimal): -1803302 or 14318564. OLE color: 14318564.

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

Color convert

RGB 228 123 218 -
CMYK 0 0.46 0.04 0.11
HSL 305.71º 0.66% 0.69% -
HSV(B) 305.71º 0.46% 0.89% -
XYZ 51.73 35.72 70.5 -
YUV 165.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 228 123 218 0 0.46 0.04 0.11 305.71 0.66 0.69
Hex E4 7B DA 0 2E 4 B 132 42 45
Octal 344 173 332 0 56 4 13 462 102 105
Binary 11100100 1111011 11011010 0 101110 100 1011 100110010 1000010 1000101

Color Harmonies of #E47BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47BDA

Black with #E47BDA

Text Example


Text Example

White with #E47BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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