Html Css Color HEX #E27CDF Orchid

📋 copy color: '#E27CDF'

red 226 ◦ green 124 ◦ blue 223

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

Shades of Orchid #E27CDF

Tints of Orchid #E27CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 39.44%
G = 21.64%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E27CDF (or 0xE27CDF) is known color: Orchid. HEX triplet: E2, 7C and DF. RGB value is (226,124,223). Sum of RGB (Red+Green+Blue) = 226+124+223=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CDF is #1D8320. Grayscale: #A5A5A5. Windows color (decimal): -1934113 or 14646498. OLE color: 14646498.

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

Color convert

RGB 226 124 223 -
CMYK 0 0.45 0.01 0.11
HSL 301.76º 0.64% 0.69% -
HSV(B) 301.76º 0.45% 0.89% -
XYZ 51.89 35.91 74.01 -
YUV 165.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 226 124 223 0 0.45 0.01 0.11 301.76 0.64 0.69
Hex E2 7C DF 0 2D 1 B 12E 40 45
Octal 342 174 337 0 55 1 13 456 100 105
Binary 11100010 1111100 11011111 0 101101 1 1011 100101110 1000000 1000101

Color Harmonies of #E27CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27CDF

Black with #E27CDF

Text Example


Text Example

White with #E27CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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