Html Css Color HEX #E381DD Orchid

📋 copy color: '#E381DD'

red 227 ◦ green 129 ◦ blue 221

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

Shades of Orchid #E381DD

Tints of Orchid #E381DD

RGB

 RED value IS 227 (89.06% from 255) = 39.34%

 GREEN value IS 129 (50.78% from 255) = 22.36%

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

R = 39.34%
G = 22.36%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E381DD (or 0xE381DD) is known color: Orchid. HEX triplet: E3, 81 and DD. RGB value is (227,129,221). Sum of RGB (Red+Green+Blue) = 227+129+221=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E381DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381DD is #1C7E22. Grayscale: #A8A8A8. Windows color (decimal): -1867299 or 14516707. OLE color: 14516707.

HSL color Cylindrical-coordinate representation of color #E381DD: hue angle of 303.67º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381DD is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 129 221 -
CMYK 0 0.43 0.03 0.11
HSL 303.67º 0.64% 0.7% -
HSV(B) 303.67º 0.43% 0.89% -
XYZ 52.58 37.25 72.83 -
YUV 168.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 227 129 221 0 0.43 0.03 0.11 303.67 0.64 0.7
Hex E3 81 DD 0 2B 3 B 130 40 46
Octal 343 201 335 0 53 3 13 460 100 106
Binary 11100011 10000001 11011101 0 101011 11 1011 100110000 1000000 1000110

Color Harmonies of #E381DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381DD

Black with #E381DD

Text Example


Text Example

White with #E381DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381DD; }

 p { color: rgb(227,129,221); }

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

background-color css

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

 a { background-color: rgb(227,129,221); }

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

border-color css

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

 span { border-color: rgb(227,129,221); }

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