Html Css Color HEX #E17FC8 Orchid

📋 copy color: '#E17FC8'

red 225 ◦ green 127 ◦ blue 200

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

Shades of Orchid #E17FC8

Tints of Orchid #E17FC8

RGB

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

 GREEN value IS 127 (50% from 255) = 23.01%

 BLUE value IS 200 (78.52% from 255) = 36.23%

R = 40.76%
G = 23.01%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E17FC8 (or 0xE17FC8) is known color: Orchid. HEX triplet: E1, 7F and C8. RGB value is (225,127,200). Sum of RGB (Red+Green+Blue) = 225+127+200=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FC8 is #1E8037. Grayscale: #A4A4A4. Windows color (decimal): -1998904 or 13139937. OLE color: 13139937.

HSL color Cylindrical-coordinate representation of color #E17FC8: hue angle of 315.31º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FC8 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 127 200 -
CMYK 0 0.44 0.11 0.12
HSL 315.31º 0.62% 0.69% -
HSV(B) 315.31º 0.44% 0.88% -
XYZ 49.07 35.36 58.88 -
YUV 164.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 225 127 200 0 0.44 0.11 0.12 315.31 0.62 0.69
Hex E1 7F C8 0 2C B C 13B 3E 45
Octal 341 177 310 0 54 13 14 473 76 105
Binary 11100001 1111111 11001000 0 101100 1011 1100 100111011 111110 1000101

Color Harmonies of #E17FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FC8

Black with #E17FC8

Text Example


Text Example

White with #E17FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FC8; }

 p { color: rgb(225,127,200); }

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

background-color css

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

 a { background-color: rgb(225,127,200); }

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

border-color css

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

 span { border-color: rgb(225,127,200); }

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