Html Css Color HEX #E381DC Orchid

📋 copy color: '#E381DC'

red 227 ◦ green 129 ◦ blue 220

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

Shades of Orchid #E381DC

Tints of Orchid #E381DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 39.41%
G = 22.4%
B = 38.19%

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

#E381DC (or 0xE381DC) is known color: Orchid. HEX triplet: E3, 81 and DC. RGB value is (227,129,220). Sum of RGB (Red+Green+Blue) = 227+129+220=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E381DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381DC is #1C7E23. Grayscale: #A8A8A8. Windows color (decimal): -1867300 or 14451171. OLE color: 14451171.

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

Color convert

RGB 227 129 220 -
CMYK 0 0.43 0.03 0.11
HSL 304.29º 0.64% 0.7% -
HSV(B) 304.29º 0.43% 0.89% -
XYZ 52.45 37.2 72.13 -
YUV 168.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 227 129 220 0 0.43 0.03 0.11 304.29 0.64 0.7
Hex E3 81 DC 0 2B 3 B 130 40 46
Octal 343 201 334 0 53 3 13 460 100 106
Binary 11100011 10000001 11011100 0 101011 11 1011 100110000 1000000 1000110

Color Harmonies of #E381DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381DC

Black with #E381DC

Text Example


Text Example

White with #E381DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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