Html Css Color HEX #E27DDA Orchid

📋 copy color: '#E27DDA'

red 226 ◦ green 125 ◦ blue 218

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

Shades of Orchid #E27DDA

Tints of Orchid #E27DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 39.72%
G = 21.97%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E27DDA (or 0xE27DDA) is known color: Orchid. HEX triplet: E2, 7D and DA. RGB value is (226,125,218). Sum of RGB (Red+Green+Blue) = 226+125+218=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DDA is #1D8225. Grayscale: #A5A5A5. Windows color (decimal): -1933862 or 14319074. OLE color: 14319074.

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

Color convert

RGB 226 125 218 -
CMYK 0 0.45 0.04 0.11
HSL 304.75º 0.64% 0.69% -
HSV(B) 304.75º 0.45% 0.89% -
XYZ 51.35 35.9 70.55 -
YUV 165.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 226 125 218 0 0.45 0.04 0.11 304.75 0.64 0.69
Hex E2 7D DA 0 2D 4 B 131 40 45
Octal 342 175 332 0 55 4 13 461 100 105
Binary 11100010 1111101 11011010 0 101101 100 1011 100110001 1000000 1000101

Color Harmonies of #E27DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DDA

Black with #E27DDA

Text Example


Text Example

White with #E27DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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