Html Css Color HEX #E384CE Orchid

📋 copy color: '#E384CE'

red 227 ◦ green 132 ◦ blue 206

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

Shades of Orchid #E384CE

Tints of Orchid #E384CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.36%

 BLUE value IS 206 (80.86% from 255) = 36.46%

R = 40.18%
G = 23.36%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E384CE (or 0xE384CE) is known color: Orchid. HEX triplet: E3, 84 and CE. RGB value is (227,132,206). Sum of RGB (Red+Green+Blue) = 227+132+206=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E384CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384CE is #1C7B31. Grayscale: #A8A8A8. Windows color (decimal): -1866546 or 13534435. OLE color: 13534435.

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

Color convert

RGB 227 132 206 -
CMYK 0 0.42 0.09 0.11
HSL 313.26º 0.63% 0.7% -
HSV(B) 313.26º 0.42% 0.89% -
XYZ 51.07 37.29 62.9 -
YUV 168.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 227 132 206 0 0.42 0.09 0.11 313.26 0.63 0.7
Hex E3 84 CE 0 2A 9 B 139 3F 46
Octal 343 204 316 0 52 11 13 471 77 106
Binary 11100011 10000100 11001110 0 101010 1001 1011 100111001 111111 1000110

Color Harmonies of #E384CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384CE

Black with #E384CE

Text Example


Text Example

White with #E384CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384CE; }

 p { color: rgb(227,132,206); }

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

background-color css

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

 a { background-color: rgb(227,132,206); }

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

border-color css

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

 span { border-color: rgb(227,132,206); }

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