Html Css Color HEX #E27EDD Orchid

📋 copy color: '#E27EDD'

red 226 ◦ green 126 ◦ blue 221

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

Shades of Orchid #E27EDD

Tints of Orchid #E27EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.99%

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 39.44%
G = 21.99%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E27EDD (or 0xE27EDD) is known color: Orchid. HEX triplet: E2, 7E and DD. RGB value is (226,126,221). Sum of RGB (Red+Green+Blue) = 226+126+221=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EDD is #1D8122. Grayscale: #A6A6A6. Windows color (decimal): -1933603 or 14515938. OLE color: 14515938.

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

Color convert

RGB 226 126 221 -
CMYK 0 0.44 0.02 0.11
HSL 303º 0.63% 0.69% -
HSV(B) 303º 0.44% 0.89% -
XYZ 51.88 36.31 72.68 -
YUV 166.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 226 126 221 0 0.44 0.02 0.11 303 0.63 0.69
Hex E2 7E DD 0 2C 2 B 12F 3F 45
Octal 342 176 335 0 54 2 13 457 77 105
Binary 11100010 1111110 11011101 0 101100 10 1011 100101111 111111 1000101

Color Harmonies of #E27EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27EDD

Black with #E27EDD

Text Example


Text Example

White with #E27EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27EDD; }

 p { color: rgb(226,126,221); }

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

background-color css

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

 a { background-color: rgb(226,126,221); }

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

border-color css

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

 span { border-color: rgb(226,126,221); }

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