Html Css Color HEX #E17FD5 Orchid

📋 copy color: '#E17FD5'

red 225 ◦ green 127 ◦ blue 213

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

Shades of Orchid #E17FD5

Tints of Orchid #E17FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 39.82%
G = 22.48%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E17FD5 (or 0xE17FD5) is known color: Orchid. HEX triplet: E1, 7F and D5. RGB value is (225,127,213). Sum of RGB (Red+Green+Blue) = 225+127+213=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FD5 is #1E802A. Grayscale: #A5A5A5. Windows color (decimal): -1998891 or 13991905. OLE color: 13991905.

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

Color convert

RGB 225 127 213 -
CMYK 0 0.44 0.05 0.12
HSL 307.35º 0.62% 0.69% -
HSV(B) 307.35º 0.44% 0.88% -
XYZ 50.65 35.99 67.23 -
YUV 166.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 225 127 213 0 0.44 0.05 0.12 307.35 0.62 0.69
Hex E1 7F D5 0 2C 5 C 133 3E 45
Octal 341 177 325 0 54 5 14 463 76 105
Binary 11100001 1111111 11010101 0 101100 101 1100 100110011 111110 1000101

Color Harmonies of #E17FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FD5

Black with #E17FD5

Text Example


Text Example

White with #E17FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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