Html Css Color HEX #E171CD Orchid

📋 copy color: '#E171CD'

red 225 ◦ green 113 ◦ blue 205

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

Shades of Orchid #E171CD

Tints of Orchid #E171CD

RGB

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

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

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

R = 41.44%
G = 20.81%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E171CD (or 0xE171CD) is known color: Orchid. HEX triplet: E1, 71 and CD. RGB value is (225,113,205). Sum of RGB (Red+Green+Blue) = 225+113+205=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E171CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171CD is #1E8E32. Grayscale: #9C9C9C. Windows color (decimal): -2002483 or 13464033. OLE color: 13464033.

HSL color Cylindrical-coordinate representation of color #E171CD: hue angle of 310.71º 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 #E171CD is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 113 205 -
CMYK 0 0.50 0.09 0.12
HSL 310.71º 0.65% 0.66% -
HSV(B) 310.71º 0.5% 0.88% -
XYZ 47.98 32.23 61.45 -
YUV 156.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 225 113 205 0 0.50 0.09 0.12 310.71 0.65 0.66
Hex E1 71 CD 0 32 9 C 137 41 42
Octal 341 161 315 0 62 11 14 467 101 102
Binary 11100001 1110001 11001101 0 110010 1001 1100 100110111 1000001 1000010

Color Harmonies of #E171CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171CD

Black with #E171CD

Text Example


Text Example

White with #E171CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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