Html Css Color HEX #E268DC Orchid

📋 copy color: '#E268DC'

red 226 ◦ green 104 ◦ blue 220

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

Shades of Orchid #E268DC

Tints of Orchid #E268DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.91%

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

R = 41.09%
G = 18.91%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E268DC (or 0xE268DC) is known color: Orchid. HEX triplet: E2, 68 and DC. RGB value is (226,104,220). Sum of RGB (Red+Green+Blue) = 226+104+220=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E268DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268DC is #1D9723. Grayscale: #999999. Windows color (decimal): -1939236 or 14444770. OLE color: 14444770.

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

Color convert

RGB 226 104 220 -
CMYK 0 0.54 0.03 0.11
HSL 302.95º 0.68% 0.65% -
HSV(B) 302.95º 0.54% 0.89% -
XYZ 49.23 31.24 71.14 -
YUV 153.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 226 104 220 0 0.54 0.03 0.11 302.95 0.68 0.65
Hex E2 68 DC 0 36 3 B 12F 44 41
Octal 342 150 334 0 66 3 13 457 104 101
Binary 11100010 1101000 11011100 0 110110 11 1011 100101111 1000100 1000001

Color Harmonies of #E268DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E268DC

Black with #E268DC

Text Example


Text Example

White with #E268DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E268DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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