Html Css Color HEX #E17FD4 Orchid

📋 copy color: '#E17FD4'

red 225 ◦ green 127 ◦ blue 212

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

Shades of Orchid #E17FD4

Tints of Orchid #E17FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.59%

R = 39.89%
G = 22.52%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E17FD4 (or 0xE17FD4) is known color: Orchid. HEX triplet: E1, 7F and D4. RGB value is (225,127,212). Sum of RGB (Red+Green+Blue) = 225+127+212=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FD4 is #1E802B. Grayscale: #A5A5A5. Windows color (decimal): -1998892 or 13926369. OLE color: 13926369.

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

Color convert

RGB 225 127 212 -
CMYK 0 0.44 0.06 0.12
HSL 307.96º 0.62% 0.69% -
HSV(B) 307.96º 0.44% 0.88% -
XYZ 50.52 35.94 66.56 -
YUV 165.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 225 127 212 0 0.44 0.06 0.12 307.96 0.62 0.69
Hex E1 7F D4 0 2C 6 C 134 3E 45
Octal 341 177 324 0 54 6 14 464 76 105
Binary 11100001 1111111 11010100 0 101100 110 1100 100110100 111110 1000101

Color Harmonies of #E17FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FD4

Black with #E17FD4

Text Example


Text Example

White with #E17FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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