Html Css Color HEX #E171DD Orchid

📋 copy color: '#E171DD'

red 225 ◦ green 113 ◦ blue 221

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

Shades of Orchid #E171DD

Tints of Orchid #E171DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.21%

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

R = 40.25%
G = 20.21%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E171DD (or 0xE171DD) is known color: Orchid. HEX triplet: E1, 71 and DD. RGB value is (225,113,221). Sum of RGB (Red+Green+Blue) = 225+113+221=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E171DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171DD is #1E8E22. Grayscale: #9E9E9E. Windows color (decimal): -2002467 or 14512609. OLE color: 14512609.

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

Color convert

RGB 225 113 221 -
CMYK 0 0.50 0.02 0.12
HSL 302.14º 0.65% 0.66% -
HSV(B) 302.14º 0.5% 0.88% -
XYZ 50.01 33.04 72.15 -
YUV 158.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 225 113 221 0 0.50 0.02 0.12 302.14 0.65 0.66
Hex E1 71 DD 0 32 2 C 12E 41 42
Octal 341 161 335 0 62 2 14 456 101 102
Binary 11100001 1110001 11011101 0 110010 10 1100 100101110 1000001 1000010

Color Harmonies of #E171DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171DD

Black with #E171DD

Text Example


Text Example

White with #E171DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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