Html Css Color HEX #E27BDA Orchid

📋 copy color: '#E27BDA'

red 226 ◦ green 123 ◦ blue 218

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

Shades of Orchid #E27BDA

Tints of Orchid #E27BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 39.86%
G = 21.69%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E27BDA (or 0xE27BDA) is known color: Orchid. HEX triplet: E2, 7B and DA. RGB value is (226,123,218). Sum of RGB (Red+Green+Blue) = 226+123+218=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BDA is #1D8425. Grayscale: #A4A4A4. Windows color (decimal): -1934374 or 14318562. OLE color: 14318562.

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

Color convert

RGB 226 123 218 -
CMYK 0 0.46 0.04 0.11
HSL 304.66º 0.64% 0.68% -
HSV(B) 304.66º 0.46% 0.89% -
XYZ 51.1 35.4 70.47 -
YUV 164.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 226 123 218 0 0.46 0.04 0.11 304.66 0.64 0.68
Hex E2 7B DA 0 2E 4 B 131 40 44
Octal 342 173 332 0 56 4 13 461 100 104
Binary 11100010 1111011 11011010 0 101110 100 1011 100110001 1000000 1000100

Color Harmonies of #E27BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27BDA

Black with #E27BDA

Text Example


Text Example

White with #E27BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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