Html Css Color HEX #E27BDE Orchid

📋 copy color: '#E27BDE'

red 226 ◦ green 123 ◦ blue 222

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

Shades of Orchid #E27BDE

Tints of Orchid #E27BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.54%

 BLUE value IS 222 (87.11% from 255) = 38.88%

R = 39.58%
G = 21.54%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E27BDE (or 0xE27BDE) is known color: Orchid. HEX triplet: E2, 7B and DE. RGB value is (226,123,222). Sum of RGB (Red+Green+Blue) = 226+123+222=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BDE is #1D8421. Grayscale: #A4A4A4. Windows color (decimal): -1934370 or 14580706. OLE color: 14580706.

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

Color convert

RGB 226 123 222 -
CMYK 0 0.46 0.02 0.11
HSL 302.33º 0.64% 0.68% -
HSV(B) 302.33º 0.46% 0.89% -
XYZ 51.63 35.61 73.26 -
YUV 165.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 226 123 222 0 0.46 0.02 0.11 302.33 0.64 0.68
Hex E2 7B DE 0 2E 2 B 12E 40 44
Octal 342 173 336 0 56 2 13 456 100 104
Binary 11100010 1111011 11011110 0 101110 10 1011 100101110 1000000 1000100

Color Harmonies of #E27BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27BDE

Black with #E27BDE

Text Example


Text Example

White with #E27BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27BDE; }

 p { color: rgb(226,123,222); }

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

background-color css

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

 a { background-color: rgb(226,123,222); }

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

border-color css

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

 span { border-color: rgb(226,123,222); }

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