Html Css Color HEX #E27FDA Orchid

📋 copy color: '#E27FDA'

red 226 ◦ green 127 ◦ blue 218

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

Shades of Orchid #E27FDA

Tints of Orchid #E27FDA

RGB

 RED value IS 226 (88.67% from 255) = 39.58%

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

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

R = 39.58%
G = 22.24%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E27FDA (or 0xE27FDA) is known color: Orchid. HEX triplet: E2, 7F and DA. RGB value is (226,127,218). Sum of RGB (Red+Green+Blue) = 226+127+218=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FDA is #1D8025. Grayscale: #A6A6A6. Windows color (decimal): -1933350 or 14319586. OLE color: 14319586.

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

Color convert

RGB 226 127 218 -
CMYK 0 0.44 0.04 0.11
HSL 304.85º 0.63% 0.69% -
HSV(B) 304.85º 0.44% 0.89% -
XYZ 51.61 36.41 70.64 -
YUV 166.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 226 127 218 0 0.44 0.04 0.11 304.85 0.63 0.69
Hex E2 7F DA 0 2C 4 B 131 3F 45
Octal 342 177 332 0 54 4 13 461 77 105
Binary 11100010 1111111 11011010 0 101100 100 1011 100110001 111111 1000101

Color Harmonies of #E27FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27FDA

Black with #E27FDA

Text Example


Text Example

White with #E27FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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