Html Css Color HEX #E469DC Orchid

📋 copy color: '#E469DC'

red 228 ◦ green 105 ◦ blue 220

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

Shades of Orchid #E469DC

Tints of Orchid #E469DC

RGB

 RED value IS 228 (89.45% from 255) = 41.23%

 GREEN value IS 105 (41.41% from 255) = 18.99%

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

R = 41.23%
G = 18.99%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E469DC (or 0xE469DC) is known color: Orchid. HEX triplet: E4, 69 and DC. RGB value is (228,105,220). Sum of RGB (Red+Green+Blue) = 228+105+220=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E469DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469DC is #1B9623. Grayscale: #9A9A9A. Windows color (decimal): -1807908 or 14445028. OLE color: 14445028.

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

Color convert

RGB 228 105 220 -
CMYK 0 0.54 0.04 0.11
HSL 303.9º 0.69% 0.65% -
HSV(B) 303.9º 0.54% 0.89% -
XYZ 49.96 31.76 71.21 -
YUV 154.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 228 105 220 0 0.54 0.04 0.11 303.9 0.69 0.65
Hex E4 69 DC 0 36 4 B 130 45 41
Octal 344 151 334 0 66 4 13 460 105 101
Binary 11100100 1101001 11011100 0 110110 100 1011 100110000 1000101 1000001

Color Harmonies of #E469DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E469DC

Black with #E469DC

Text Example


Text Example

White with #E469DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E469DC; }

 p { color: rgb(228,105,220); }

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

background-color css

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

 a { background-color: rgb(228,105,220); }

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

border-color css

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

 span { border-color: rgb(228,105,220); }

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