Html Css Color HEX #E47BDD Orchid

📋 copy color: '#E47BDD'

red 228 ◦ green 123 ◦ blue 221

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

Shades of Orchid #E47BDD

Tints of Orchid #E47BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 39.86%
G = 21.5%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E47BDD (or 0xE47BDD) is known color: Orchid. HEX triplet: E4, 7B and DD. RGB value is (228,123,221). Sum of RGB (Red+Green+Blue) = 228+123+221=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BDD is #1B8422. Grayscale: #A5A5A5. Windows color (decimal): -1803299 or 14515172. OLE color: 14515172.

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

Color convert

RGB 228 123 221 -
CMYK 0 0.46 0.03 0.11
HSL 304º 0.66% 0.69% -
HSV(B) 304º 0.46% 0.89% -
XYZ 52.13 35.88 72.58 -
YUV 165.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 228 123 221 0 0.46 0.03 0.11 304 0.66 0.69
Hex E4 7B DD 0 2E 3 B 130 42 45
Octal 344 173 335 0 56 3 13 460 102 105
Binary 11100100 1111011 11011101 0 101110 11 1011 100110000 1000010 1000101

Color Harmonies of #E47BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47BDD

Black with #E47BDD

Text Example


Text Example

White with #E47BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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