Html Css Color HEX #E375DD Orchid

📋 copy color: '#E375DD'

red 227 ◦ green 117 ◦ blue 221

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

Shades of Orchid #E375DD

Tints of Orchid #E375DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.71%

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 40.18%
G = 20.71%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E375DD (or 0xE375DD) is known color: Orchid. HEX triplet: E3, 75 and DD. RGB value is (227,117,221). Sum of RGB (Red+Green+Blue) = 227+117+221=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E375DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375DD is #1C8A22. Grayscale: #A1A1A1. Windows color (decimal): -1870371 or 14513635. OLE color: 14513635.

HSL color Cylindrical-coordinate representation of color #E375DD: hue angle of 303.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375DD is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 117 221 -
CMYK 0 0.48 0.03 0.11
HSL 303.27º 0.66% 0.67% -
HSV(B) 303.27º 0.48% 0.89% -
XYZ 51.09 34.27 72.33 -
YUV 161.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 227 117 221 0 0.48 0.03 0.11 303.27 0.66 0.67
Hex E3 75 DD 0 30 3 B 12F 42 43
Octal 343 165 335 0 60 3 13 457 102 103
Binary 11100011 1110101 11011101 0 110000 11 1011 100101111 1000010 1000011

Color Harmonies of #E375DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375DD

Black with #E375DD

Text Example


Text Example

White with #E375DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375DD; }

 p { color: rgb(227,117,221); }

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

background-color css

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

 a { background-color: rgb(227,117,221); }

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

border-color css

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

 span { border-color: rgb(227,117,221); }

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