Html Css Color HEX #E172CE Orchid

📋 copy color: '#E172CE'

red 225 ◦ green 114 ◦ blue 206

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

Shades of Orchid #E172CE

Tints of Orchid #E172CE

RGB

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

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

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

R = 41.28%
G = 20.92%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E172CE (or 0xE172CE) is known color: Orchid. HEX triplet: E1, 72 and CE. RGB value is (225,114,206). Sum of RGB (Red+Green+Blue) = 225+114+206=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E172CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172CE is #1E8D31. Grayscale: #9D9D9D. Windows color (decimal): -2002226 or 13529825. OLE color: 13529825.

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

Color convert

RGB 225 114 206 -
CMYK 0 0.49 0.08 0.12
HSL 310.27º 0.65% 0.66% -
HSV(B) 310.27º 0.49% 0.88% -
XYZ 48.21 32.5 62.12 -
YUV 157.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 225 114 206 0 0.49 0.08 0.12 310.27 0.65 0.66
Hex E1 72 CE 0 31 8 C 136 41 42
Octal 341 162 316 0 61 10 14 466 101 102
Binary 11100001 1110010 11001110 0 110001 1000 1100 100110110 1000001 1000010

Color Harmonies of #E172CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172CE

Black with #E172CE

Text Example


Text Example

White with #E172CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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