Html Css Color HEX #E380CD Orchid

📋 copy color: '#E380CD'

red 227 ◦ green 128 ◦ blue 205

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

Shades of Orchid #E380CD

Tints of Orchid #E380CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.86%

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

R = 40.54%
G = 22.86%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E380CD (or 0xE380CD) is known color: Orchid. HEX triplet: E3, 80 and CD. RGB value is (227,128,205). Sum of RGB (Red+Green+Blue) = 227+128+205=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E380CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380CD is #1C7F32. Grayscale: #A6A6A6. Windows color (decimal): -1867571 or 13467875. OLE color: 13467875.

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

Color convert

RGB 227 128 205 -
CMYK 0 0.44 0.10 0.11
HSL 313.33º 0.64% 0.7% -
HSV(B) 313.33º 0.44% 0.89% -
XYZ 50.42 36.18 62.08 -
YUV 166.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 227 128 205 0 0.44 0.10 0.11 313.33 0.64 0.7
Hex E3 80 CD 0 2C A B 139 40 46
Octal 343 200 315 0 54 12 13 471 100 106
Binary 11100011 10000000 11001101 0 101100 1010 1011 100111001 1000000 1000110

Color Harmonies of #E380CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380CD

Black with #E380CD

Text Example


Text Example

White with #E380CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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