Html Css Color HEX #E384D4 Orchid

📋 copy color: '#E384D4'

red 227 ◦ green 132 ◦ blue 212

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

Shades of Orchid #E384D4

Tints of Orchid #E384D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.13%

R = 39.75%
G = 23.12%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E384D4 (or 0xE384D4) is known color: Orchid. HEX triplet: E3, 84 and D4. RGB value is (227,132,212). Sum of RGB (Red+Green+Blue) = 227+132+212=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E384D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384D4 is #1C7B2B. Grayscale: #A9A9A9. Windows color (decimal): -1866540 or 13927651. OLE color: 13927651.

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

Color convert

RGB 227 132 212 -
CMYK 0 0.42 0.07 0.11
HSL 309.47º 0.63% 0.7% -
HSV(B) 309.47º 0.42% 0.89% -
XYZ 51.81 37.59 66.81 -
YUV 169.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 227 132 212 0 0.42 0.07 0.11 309.47 0.63 0.7
Hex E3 84 D4 0 2A 7 B 135 3F 46
Octal 343 204 324 0 52 7 13 465 77 106
Binary 11100011 10000100 11010100 0 101010 111 1011 100110101 111111 1000110

Color Harmonies of #E384D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384D4

Black with #E384D4

Text Example


Text Example

White with #E384D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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