Html Css Color HEX #E381CD Orchid

📋 copy color: '#E381CD'

red 227 ◦ green 129 ◦ blue 205

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

Shades of Orchid #E381CD

Tints of Orchid #E381CD

RGB

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

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

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

R = 40.46%
G = 22.99%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E381CD (or 0xE381CD) is known color: Orchid. HEX triplet: E3, 81 and CD. RGB value is (227,129,205). Sum of RGB (Red+Green+Blue) = 227+129+205=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E381CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381CD is #1C7E32. Grayscale: #A6A6A6. Windows color (decimal): -1867315 or 13468131. OLE color: 13468131.

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

Color convert

RGB 227 129 205 -
CMYK 0 0.43 0.10 0.11
HSL 313.47º 0.64% 0.7% -
HSV(B) 313.47º 0.43% 0.89% -
XYZ 50.55 36.44 62.13 -
YUV 166.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 227 129 205 0 0.43 0.10 0.11 313.47 0.64 0.7
Hex E3 81 CD 0 2B A B 139 40 46
Octal 343 201 315 0 53 12 13 471 100 106
Binary 11100011 10000001 11001101 0 101011 1010 1011 100111001 1000000 1000110

Color Harmonies of #E381CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381CD

Black with #E381CD

Text Example


Text Example

White with #E381CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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