Html Css Color HEX #E172DD Orchid

📋 copy color: '#E172DD'

red 225 ◦ green 114 ◦ blue 221

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

Shades of Orchid #E172DD

Tints of Orchid #E172DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.36%

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

R = 40.18%
G = 20.36%
B = 39.46%

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

#E172DD (or 0xE172DD) is known color: Orchid. HEX triplet: E1, 72 and DD. RGB value is (225,114,221). Sum of RGB (Red+Green+Blue) = 225+114+221=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E172DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172DD is #1E8D22. Grayscale: #9F9F9F. Windows color (decimal): -2002211 or 14512865. OLE color: 14512865.

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

Color convert

RGB 225 114 221 -
CMYK 0 0.49 0.02 0.12
HSL 302.16º 0.65% 0.66% -
HSV(B) 302.16º 0.49% 0.88% -
XYZ 50.12 33.26 72.19 -
YUV 159.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 225 114 221 0 0.49 0.02 0.12 302.16 0.65 0.66
Hex E1 72 DD 0 31 2 C 12E 41 42
Octal 341 162 335 0 61 2 14 456 101 102
Binary 11100001 1110010 11011101 0 110001 10 1100 100101110 1000001 1000010

Color Harmonies of #E172DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172DD

Black with #E172DD

Text Example


Text Example

White with #E172DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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