Html Css Color HEX #E384CD Orchid

📋 copy color: '#E384CD'

red 227 ◦ green 132 ◦ blue 205

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

Shades of Orchid #E384CD

Tints of Orchid #E384CD

RGB

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

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

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

R = 40.25%
G = 23.4%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E384CD (or 0xE384CD) is known color: Orchid. HEX triplet: E3, 84 and CD. RGB value is (227,132,205). Sum of RGB (Red+Green+Blue) = 227+132+205=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E384CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384CD is #1C7B32. Grayscale: #A8A8A8. Windows color (decimal): -1866547 or 13468899. OLE color: 13468899.

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

Color convert

RGB 227 132 205 -
CMYK 0 0.42 0.10 0.11
HSL 313.89º 0.63% 0.7% -
HSV(B) 313.89º 0.42% 0.89% -
XYZ 50.95 37.24 62.26 -
YUV 168.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 227 132 205 0 0.42 0.10 0.11 313.89 0.63 0.7
Hex E3 84 CD 0 2A A B 13A 3F 46
Octal 343 204 315 0 52 12 13 472 77 106
Binary 11100011 10000100 11001101 0 101010 1010 1011 100111010 111111 1000110

Color Harmonies of #E384CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384CD

Black with #E384CD

Text Example


Text Example

White with #E384CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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