Html Css Color HEX #E17FDA Orchid

📋 copy color: '#E17FDA'

red 225 ◦ green 127 ◦ blue 218

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

Shades of Orchid #E17FDA

Tints of Orchid #E17FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 39.47%
G = 22.28%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E17FDA (or 0xE17FDA) is known color: Orchid. HEX triplet: E1, 7F and DA. RGB value is (225,127,218). Sum of RGB (Red+Green+Blue) = 225+127+218=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FDA is #1E8025. Grayscale: #A6A6A6. Windows color (decimal): -1998886 or 14319585. OLE color: 14319585.

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

Color convert

RGB 225 127 218 -
CMYK 0 0.44 0.03 0.12
HSL 304.29º 0.62% 0.69% -
HSV(B) 304.29º 0.44% 0.88% -
XYZ 51.3 36.25 70.62 -
YUV 166.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 225 127 218 0 0.44 0.03 0.12 304.29 0.62 0.69
Hex E1 7F DA 0 2C 3 C 130 3E 45
Octal 341 177 332 0 54 3 14 460 76 105
Binary 11100001 1111111 11011010 0 101100 11 1100 100110000 111110 1000101

Color Harmonies of #E17FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FDA

Black with #E17FDA

Text Example


Text Example

White with #E17FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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