Html Css Color HEX #E27CD4 Orchid

📋 copy color: '#E27CD4'

red 226 ◦ green 124 ◦ blue 212

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

Shades of Orchid #E27CD4

Tints of Orchid #E27CD4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.06%

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

R = 40.21%
G = 22.06%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E27CD4 (or 0xE27CD4) is known color: Orchid. HEX triplet: E2, 7C and D4. RGB value is (226,124,212). Sum of RGB (Red+Green+Blue) = 226+124+212=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CD4 is #1D832B. Grayscale: #A4A4A4. Windows color (decimal): -1934124 or 13925602. OLE color: 13925602.

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

Color convert

RGB 226 124 212 -
CMYK 0 0.45 0.06 0.11
HSL 308.24º 0.64% 0.69% -
HSV(B) 308.24º 0.45% 0.89% -
XYZ 50.46 35.34 66.45 -
YUV 164.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 226 124 212 0 0.45 0.06 0.11 308.24 0.64 0.69
Hex E2 7C D4 0 2D 6 B 134 40 45
Octal 342 174 324 0 55 6 13 464 100 105
Binary 11100010 1111100 11010100 0 101101 110 1011 100110100 1000000 1000101

Color Harmonies of #E27CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27CD4

Black with #E27CD4

Text Example


Text Example

White with #E27CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27CD4; }

 p { color: rgb(226,124,212); }

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

background-color css

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

 a { background-color: rgb(226,124,212); }

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

border-color css

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

 span { border-color: rgb(226,124,212); }

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