Html Css Color HEX #E174CE Orchid

📋 copy color: '#E174CE'

red 225 ◦ green 116 ◦ blue 206

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

Shades of Orchid #E174CE

Tints of Orchid #E174CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.21%

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

R = 41.13%
G = 21.21%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E174CE (or 0xE174CE) is known color: Orchid. HEX triplet: E1, 74 and CE. RGB value is (225,116,206). Sum of RGB (Red+Green+Blue) = 225+116+206=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E174CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174CE is #1E8B31. Grayscale: #9E9E9E. Windows color (decimal): -2001714 or 13530337. OLE color: 13530337.

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

Color convert

RGB 225 116 206 -
CMYK 0 0.48 0.08 0.12
HSL 310.46º 0.64% 0.67% -
HSV(B) 310.46º 0.48% 0.88% -
XYZ 48.44 32.95 62.2 -
YUV 158.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 225 116 206 0 0.48 0.08 0.12 310.46 0.64 0.67
Hex E1 74 CE 0 30 8 C 136 40 43
Octal 341 164 316 0 60 10 14 466 100 103
Binary 11100001 1110100 11001110 0 110000 1000 1100 100110110 1000000 1000011

Color Harmonies of #E174CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E174CE

Black with #E174CE

Text Example


Text Example

White with #E174CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E174CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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