Html Css Color HEX #E47DCD Orchid

📋 copy color: '#E47DCD'

red 228 ◦ green 125 ◦ blue 205

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

Shades of Orchid #E47DCD

Tints of Orchid #E47DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.4%

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 40.86%
G = 22.4%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E47DCD (or 0xE47DCD) is known color: Orchid. HEX triplet: E4, 7D and CD. RGB value is (228,125,205). Sum of RGB (Red+Green+Blue) = 228+125+205=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DCD is #1B8232. Grayscale: #A4A4A4. Windows color (decimal): -1802803 or 13467108. OLE color: 13467108.

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

Color convert

RGB 228 125 205 -
CMYK 0 0.45 0.10 0.11
HSL 313.4º 0.66% 0.69% -
HSV(B) 313.4º 0.45% 0.89% -
XYZ 50.35 35.57 61.97 -
YUV 164.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 228 125 205 0 0.45 0.10 0.11 313.4 0.66 0.69
Hex E4 7D CD 0 2D A B 139 42 45
Octal 344 175 315 0 55 12 13 471 102 105
Binary 11100100 1111101 11001101 0 101101 1010 1011 100111001 1000010 1000101

Color Harmonies of #E47DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47DCD

Black with #E47DCD

Text Example


Text Example

White with #E47DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47DCD; }

 p { color: rgb(228,125,205); }

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

background-color css

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

 a { background-color: rgb(228,125,205); }

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

border-color css

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

 span { border-color: rgb(228,125,205); }

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