Html Css Color HEX #E171CE Orchid

📋 copy color: '#E171CE'

red 225 ◦ green 113 ◦ blue 206

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

Shades of Orchid #E171CE

Tints of Orchid #E171CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 41.36%
G = 20.77%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E171CE (or 0xE171CE) is known color: Orchid. HEX triplet: E1, 71 and CE. RGB value is (225,113,206). Sum of RGB (Red+Green+Blue) = 225+113+206=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E171CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171CE is #1E8E31. Grayscale: #9C9C9C. Windows color (decimal): -2002482 or 13529569. OLE color: 13529569.

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

Color convert

RGB 225 113 206 -
CMYK 0 0.50 0.08 0.12
HSL 310.18º 0.65% 0.66% -
HSV(B) 310.18º 0.5% 0.88% -
XYZ 48.1 32.27 62.09 -
YUV 157.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 225 113 206 0 0.50 0.08 0.12 310.18 0.65 0.66
Hex E1 71 CE 0 32 8 C 136 41 42
Octal 341 161 316 0 62 10 14 466 101 102
Binary 11100001 1110001 11001110 0 110010 1000 1100 100110110 1000001 1000010

Color Harmonies of #E171CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171CE

Black with #E171CE

Text Example


Text Example

White with #E171CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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