Html Css Color HEX #E27ADC Orchid

📋 copy color: '#E27ADC'

red 226 ◦ green 122 ◦ blue 220

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

Shades of Orchid #E27ADC

Tints of Orchid #E27ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 39.79%
G = 21.48%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E27ADC (or 0xE27ADC) is known color: Orchid. HEX triplet: E2, 7A and DC. RGB value is (226,122,220). Sum of RGB (Red+Green+Blue) = 226+122+220=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ADC is #1D8523. Grayscale: #A3A3A3. Windows color (decimal): -1934628 or 14449378. OLE color: 14449378.

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

Color convert

RGB 226 122 220 -
CMYK 0 0.46 0.03 0.11
HSL 303.46º 0.64% 0.68% -
HSV(B) 303.46º 0.46% 0.89% -
XYZ 51.24 35.26 71.81 -
YUV 164.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 226 122 220 0 0.46 0.03 0.11 303.46 0.64 0.68
Hex E2 7A DC 0 2E 3 B 12F 40 44
Octal 342 172 334 0 56 3 13 457 100 104
Binary 11100010 1111010 11011100 0 101110 11 1011 100101111 1000000 1000100

Color Harmonies of #E27ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27ADC

Black with #E27ADC

Text Example


Text Example

White with #E27ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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