Html Css Color HEX #E27DDB Orchid

📋 copy color: '#E27DDB'

red 226 ◦ green 125 ◦ blue 219

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

Shades of Orchid #E27DDB

Tints of Orchid #E27DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 39.65%
G = 21.93%
B = 38.42%

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

#E27DDB (or 0xE27DDB) is known color: Orchid. HEX triplet: E2, 7D and DB. RGB value is (226,125,219). Sum of RGB (Red+Green+Blue) = 226+125+219=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DDB is #1D8224. Grayscale: #A5A5A5. Windows color (decimal): -1933861 or 14384610. OLE color: 14384610.

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

Color convert

RGB 226 125 219 -
CMYK 0 0.45 0.03 0.11
HSL 304.16º 0.64% 0.69% -
HSV(B) 304.16º 0.45% 0.89% -
XYZ 51.48 35.95 71.24 -
YUV 165.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 226 125 219 0 0.45 0.03 0.11 304.16 0.64 0.69
Hex E2 7D DB 0 2D 3 B 130 40 45
Octal 342 175 333 0 55 3 13 460 100 105
Binary 11100010 1111101 11011011 0 101101 11 1011 100110000 1000000 1000101

Color Harmonies of #E27DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DDB

Black with #E27DDB

Text Example


Text Example

White with #E27DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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