Html Css Color HEX #E169DC Orchid

📋 copy color: '#E169DC'

red 225 ◦ green 105 ◦ blue 220

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

Shades of Orchid #E169DC

Tints of Orchid #E169DC

RGB

 RED value IS 225 (88.28% from 255) = 40.91%

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

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

R = 40.91%
G = 19.09%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E169DC (or 0xE169DC) is known color: Orchid. HEX triplet: E1, 69 and DC. RGB value is (225,105,220). Sum of RGB (Red+Green+Blue) = 225+105+220=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E169DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169DC is #1E9623. Grayscale: #999999. Windows color (decimal): -2004516 or 14445025. OLE color: 14445025.

HSL color Cylindrical-coordinate representation of color #E169DC: hue angle of 302.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E169DC is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 105 220 -
CMYK 0 0.53 0.02 0.12
HSL 302.5º 0.67% 0.65% -
HSV(B) 302.5º 0.53% 0.88% -
XYZ 49.02 31.28 71.16 -
YUV 153.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 225 105 220 0 0.53 0.02 0.12 302.5 0.67 0.65
Hex E1 69 DC 0 35 2 C 12E 43 41
Octal 341 151 334 0 65 2 14 456 103 101
Binary 11100001 1101001 11011100 0 110101 10 1100 100101110 1000011 1000001

Color Harmonies of #E169DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E169DC

Black with #E169DC

Text Example


Text Example

White with #E169DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E169DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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