Html Css Color HEX #E569DC Orchid

📋 copy color: '#E569DC'

red 229 ◦ green 105 ◦ blue 220

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

Shades of Orchid #E569DC

Tints of Orchid #E569DC

RGB

 RED value IS 229 (89.84% from 255) = 41.34%

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

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

R = 41.34%
G = 18.95%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E569DC (or 0xE569DC) is known color: Orchid. HEX triplet: E5, 69 and DC. RGB value is (229,105,220). Sum of RGB (Red+Green+Blue) = 229+105+220=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E569DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E569DC is #1A9623. Grayscale: #9A9A9A. Windows color (decimal): -1742372 or 14445029. OLE color: 14445029.

HSL color Cylindrical-coordinate representation of color #E569DC: hue angle of 304.35º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E569DC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 105 220 -
CMYK 0 0.54 0.04 0.10
HSL 304.35º 0.7% 0.65% -
HSV(B) 304.35º 0.54% 0.9% -
XYZ 50.28 31.93 71.22 -
YUV 155.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 229 105 220 0 0.54 0.04 0.10 304.35 0.7 0.65
Hex E5 69 DC 0 36 4 A 130 46 41
Octal 345 151 334 0 66 4 12 460 106 101
Binary 11100101 1101001 11011100 0 110110 100 1010 100110000 1000110 1000001

Color Harmonies of #E569DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E569DC

Black with #E569DC

Text Example


Text Example

White with #E569DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E569DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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