Html Css Color HEX #E173CF Orchid

📋 copy color: '#E173CF'

red 225 ◦ green 115 ◦ blue 207

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

Shades of Orchid #E173CF

Tints of Orchid #E173CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.02%

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 41.13%
G = 21.02%
B = 37.84%

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

#E173CF (or 0xE173CF) is known color: Orchid. HEX triplet: E1, 73 and CF. RGB value is (225,115,207). Sum of RGB (Red+Green+Blue) = 225+115+207=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E173CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173CF is #1E8C30. Grayscale: #9E9E9E. Windows color (decimal): -2001969 or 13595617. OLE color: 13595617.

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

Color convert

RGB 225 115 207 -
CMYK 0 0.49 0.08 0.12
HSL 309.82º 0.65% 0.67% -
HSV(B) 309.82º 0.49% 0.88% -
XYZ 48.44 32.77 62.8 -
YUV 158.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 225 115 207 0 0.49 0.08 0.12 309.82 0.65 0.67
Hex E1 73 CF 0 31 8 C 136 41 43
Octal 341 163 317 0 61 10 14 466 101 103
Binary 11100001 1110011 11001111 0 110001 1000 1100 100110110 1000001 1000011

Color Harmonies of #E173CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173CF

Black with #E173CF

Text Example


Text Example

White with #E173CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173CF; }

 p { color: rgb(225,115,207); }

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

background-color css

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

 a { background-color: rgb(225,115,207); }

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

border-color css

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

 span { border-color: rgb(225,115,207); }

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