Html Css Color HEX #E27CDB Orchid

📋 copy color: '#E27CDB'

red 226 ◦ green 124 ◦ blue 219

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

Shades of Orchid #E27CDB

Tints of Orchid #E27CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.79%

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

R = 39.72%
G = 21.79%
B = 38.49%

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

#E27CDB (or 0xE27CDB) is known color: Orchid. HEX triplet: E2, 7C and DB. RGB value is (226,124,219). Sum of RGB (Red+Green+Blue) = 226+124+219=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CDB is #1D8324. Grayscale: #A5A5A5. Windows color (decimal): -1934117 or 14384354. OLE color: 14384354.

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

Color convert

RGB 226 124 219 -
CMYK 0 0.45 0.03 0.11
HSL 304.12º 0.64% 0.69% -
HSV(B) 304.12º 0.45% 0.89% -
XYZ 51.36 35.7 71.2 -
YUV 165.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 226 124 219 0 0.45 0.03 0.11 304.12 0.64 0.69
Hex E2 7C DB 0 2D 3 B 130 40 45
Octal 342 174 333 0 55 3 13 460 100 105
Binary 11100010 1111100 11011011 0 101101 11 1011 100110000 1000000 1000101

Color Harmonies of #E27CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27CDB

Black with #E27CDB

Text Example


Text Example

White with #E27CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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