Html Css Color HEX #E27ACC Orchid

📋 copy color: '#E27ACC'

red 226 ◦ green 122 ◦ blue 204

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

Shades of Orchid #E27ACC

Tints of Orchid #E27ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.1%

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 40.94%
G = 22.1%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E27ACC (or 0xE27ACC) is known color: Orchid. HEX triplet: E2, 7A and CC. RGB value is (226,122,204). Sum of RGB (Red+Green+Blue) = 226+122+204=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ACC is #1D8533. Grayscale: #A2A2A2. Windows color (decimal): -1934644 or 13400802. OLE color: 13400802.

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

Color convert

RGB 226 122 204 -
CMYK 0 0.46 0.10 0.11
HSL 312.69º 0.64% 0.68% -
HSV(B) 312.69º 0.46% 0.89% -
XYZ 49.22 34.45 61.18 -
YUV 162.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 226 122 204 0 0.46 0.10 0.11 312.69 0.64 0.68
Hex E2 7A CC 0 2E A B 139 40 44
Octal 342 172 314 0 56 12 13 471 100 104
Binary 11100010 1111010 11001100 0 101110 1010 1011 100111001 1000000 1000100

Color Harmonies of #E27ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27ACC

Black with #E27ACC

Text Example


Text Example

White with #E27ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27ACC; }

 p { color: rgb(226,122,204); }

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

background-color css

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

 a { background-color: rgb(226,122,204); }

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

border-color css

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

 span { border-color: rgb(226,122,204); }

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