Html Css Color HEX #E173DD Orchid

📋 copy color: '#E173DD'

red 225 ◦ green 115 ◦ blue 221

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

Shades of Orchid #E173DD

Tints of Orchid #E173DD

RGB

 RED value IS 225 (88.28% from 255) = 40.11%

 GREEN value IS 115 (45.31% from 255) = 20.5%

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

R = 40.11%
G = 20.5%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E173DD (or 0xE173DD) is known color: Orchid. HEX triplet: E1, 73 and DD. RGB value is (225,115,221). Sum of RGB (Red+Green+Blue) = 225+115+221=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E173DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173DD is #1E8C22. Grayscale: #9F9F9F. Windows color (decimal): -2001955 or 14513121. OLE color: 14513121.

HSL color Cylindrical-coordinate representation of color #E173DD: hue angle of 302.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173DD is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 115 221 -
CMYK 0 0.49 0.02 0.12
HSL 302.18º 0.65% 0.67% -
HSV(B) 302.18º 0.49% 0.88% -
XYZ 50.23 33.49 72.22 -
YUV 159.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 225 115 221 0 0.49 0.02 0.12 302.18 0.65 0.67
Hex E1 73 DD 0 31 2 C 12E 41 43
Octal 341 163 335 0 61 2 14 456 101 103
Binary 11100001 1110011 11011101 0 110001 10 1100 100101110 1000001 1000011

Color Harmonies of #E173DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173DD

Black with #E173DD

Text Example


Text Example

White with #E173DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173DD; }

 p { color: rgb(225,115,221); }

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

background-color css

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

 a { background-color: rgb(225,115,221); }

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

border-color css

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

 span { border-color: rgb(225,115,221); }

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