Html Css Color HEX #E27FD6 Orchid

📋 copy color: '#E27FD6'

red 226 ◦ green 127 ◦ blue 214

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

Shades of Orchid #E27FD6

Tints of Orchid #E27FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.74%

R = 39.86%
G = 22.4%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E27FD6 (or 0xE27FD6) is known color: Orchid. HEX triplet: E2, 7F and D6. RGB value is (226,127,214). Sum of RGB (Red+Green+Blue) = 226+127+214=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FD6 is #1D8029. Grayscale: #A6A6A6. Windows color (decimal): -1933354 or 14057442. OLE color: 14057442.

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

Color convert

RGB 226 127 214 -
CMYK 0 0.44 0.05 0.11
HSL 307.27º 0.63% 0.69% -
HSV(B) 307.27º 0.44% 0.89% -
XYZ 51.09 36.2 67.91 -
YUV 166.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 226 127 214 0 0.44 0.05 0.11 307.27 0.63 0.69
Hex E2 7F D6 0 2C 5 B 133 3F 45
Octal 342 177 326 0 54 5 13 463 77 105
Binary 11100010 1111111 11010110 0 101100 101 1011 100110011 111111 1000101

Color Harmonies of #E27FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27FD6

Black with #E27FD6

Text Example


Text Example

White with #E27FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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