Html Css Color HEX #E381D0 Orchid

📋 copy color: '#E381D0'

red 227 ◦ green 129 ◦ blue 208

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

Shades of Orchid #E381D0

Tints of Orchid #E381D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.88%

R = 40.25%
G = 22.87%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E381D0 (or 0xE381D0) is known color: Orchid. HEX triplet: E3, 81 and D0. RGB value is (227,129,208). Sum of RGB (Red+Green+Blue) = 227+129+208=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E381D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381D0 is #1C7E2F. Grayscale: #A7A7A7. Windows color (decimal): -1867312 or 13664739. OLE color: 13664739.

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

Color convert

RGB 227 129 208 -
CMYK 0 0.43 0.08 0.11
HSL 311.63º 0.64% 0.7% -
HSV(B) 311.63º 0.43% 0.89% -
XYZ 50.91 36.59 64.05 -
YUV 167.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 227 129 208 0 0.43 0.08 0.11 311.63 0.64 0.7
Hex E3 81 D0 0 2B 8 B 138 40 46
Octal 343 201 320 0 53 10 13 470 100 106
Binary 11100011 10000001 11010000 0 101011 1000 1011 100111000 1000000 1000110

Color Harmonies of #E381D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381D0

Black with #E381D0

Text Example


Text Example

White with #E381D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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