Html Css Color HEX #E17FDC Orchid

📋 copy color: '#E17FDC'

red 225 ◦ green 127 ◦ blue 220

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

Shades of Orchid #E17FDC

Tints of Orchid #E17FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 39.34%
G = 22.2%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E17FDC (or 0xE17FDC) is known color: Orchid. HEX triplet: E1, 7F and DC. RGB value is (225,127,220). Sum of RGB (Red+Green+Blue) = 225+127+220=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FDC is #1E8023. Grayscale: #A6A6A6. Windows color (decimal): -1998884 or 14450657. OLE color: 14450657.

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

Color convert

RGB 225 127 220 -
CMYK 0 0.44 0.02 0.12
HSL 303.06º 0.62% 0.69% -
HSV(B) 303.06º 0.44% 0.88% -
XYZ 51.56 36.35 72.01 -
YUV 166.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 225 127 220 0 0.44 0.02 0.12 303.06 0.62 0.69
Hex E1 7F DC 0 2C 2 C 12F 3E 45
Octal 341 177 334 0 54 2 14 457 76 105
Binary 11100001 1111111 11011100 0 101100 10 1100 100101111 111110 1000101

Color Harmonies of #E17FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FDC

Black with #E17FDC

Text Example


Text Example

White with #E17FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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