Html Css Color HEX #E27DDC Orchid

📋 copy color: '#E27DDC'

red 226 ◦ green 125 ◦ blue 220

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

Shades of Orchid #E27DDC

Tints of Orchid #E27DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.89%

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

R = 39.58%
G = 21.89%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E27DDC (or 0xE27DDC) is known color: Orchid. HEX triplet: E2, 7D and DC. RGB value is (226,125,220). Sum of RGB (Red+Green+Blue) = 226+125+220=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DDC is #1D8223. Grayscale: #A5A5A5. Windows color (decimal): -1933860 or 14450146. OLE color: 14450146.

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

Color convert

RGB 226 125 220 -
CMYK 0 0.45 0.03 0.11
HSL 303.56º 0.64% 0.69% -
HSV(B) 303.56º 0.45% 0.89% -
XYZ 51.62 36 71.94 -
YUV 166.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 226 125 220 0 0.45 0.03 0.11 303.56 0.64 0.69
Hex E2 7D DC 0 2D 3 B 130 40 45
Octal 342 175 334 0 55 3 13 460 100 105
Binary 11100010 1111101 11011100 0 101101 11 1011 100110000 1000000 1000101

Color Harmonies of #E27DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DDC

Black with #E27DDC

Text Example


Text Example

White with #E27DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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