Html Css Color HEX #E27BDC Orchid

📋 copy color: '#E27BDC'

red 226 ◦ green 123 ◦ blue 220

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

Shades of Orchid #E27BDC

Tints of Orchid #E27BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 39.72%
G = 21.62%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E27BDC (or 0xE27BDC) is known color: Orchid. HEX triplet: E2, 7B and DC. RGB value is (226,123,220). Sum of RGB (Red+Green+Blue) = 226+123+220=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BDC is #1D8423. Grayscale: #A4A4A4. Windows color (decimal): -1934372 or 14449634. OLE color: 14449634.

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

Color convert

RGB 226 123 220 -
CMYK 0 0.46 0.03 0.11
HSL 303.5º 0.64% 0.68% -
HSV(B) 303.5º 0.46% 0.89% -
XYZ 51.37 35.5 71.86 -
YUV 164.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 226 123 220 0 0.46 0.03 0.11 303.5 0.64 0.68
Hex E2 7B DC 0 2E 3 B 12F 40 44
Octal 342 173 334 0 56 3 13 457 100 104
Binary 11100010 1111011 11011100 0 101110 11 1011 100101111 1000000 1000100

Color Harmonies of #E27BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27BDC

Black with #E27BDC

Text Example


Text Example

White with #E27BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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