Html Css Color HEX #E27DD6 Orchid

📋 copy color: '#E27DD6'

red 226 ◦ green 125 ◦ blue 214

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

Shades of Orchid #E27DD6

Tints of Orchid #E27DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.88%

R = 40%
G = 22.12%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E27DD6 (or 0xE27DD6) is known color: Orchid. HEX triplet: E2, 7D and D6. RGB value is (226,125,214). Sum of RGB (Red+Green+Blue) = 226+125+214=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DD6 is #1D8229. Grayscale: #A5A5A5. Windows color (decimal): -1933866 or 14056930. OLE color: 14056930.

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

Color convert

RGB 226 125 214 -
CMYK 0 0.45 0.05 0.11
HSL 307.13º 0.64% 0.69% -
HSV(B) 307.13º 0.45% 0.89% -
XYZ 50.84 35.69 67.83 -
YUV 165.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 226 125 214 0 0.45 0.05 0.11 307.13 0.64 0.69
Hex E2 7D D6 0 2D 5 B 133 40 45
Octal 342 175 326 0 55 5 13 463 100 105
Binary 11100010 1111101 11010110 0 101101 101 1011 100110011 1000000 1000101

Color Harmonies of #E27DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DD6

Black with #E27DD6

Text Example


Text Example

White with #E27DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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