Html Css Color HEX #E069DC Orchid

📋 copy color: '#E069DC'

red 224 ◦ green 105 ◦ blue 220

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

Shades of Orchid #E069DC

Tints of Orchid #E069DC

RGB

 RED value IS 224 (87.89% from 255) = 40.8%

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

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

R = 40.8%
G = 19.13%
B = 40.07%

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

#E069DC (or 0xE069DC) is known color: Orchid. HEX triplet: E0, 69 and DC. RGB value is (224,105,220). Sum of RGB (Red+Green+Blue) = 224+105+220=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E069DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069DC is #1F9623. Grayscale: #999999. Windows color (decimal): -2070052 or 14445024. OLE color: 14445024.

HSL color Cylindrical-coordinate representation of color #E069DC: hue angle of 302.02º degrees, saturation: 0.66, 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 #E069DC is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 220 -
CMYK 0 0.53 0.02 0.12
HSL 302.02º 0.66% 0.65% -
HSV(B) 302.02º 0.53% 0.88% -
XYZ 48.71 31.12 71.15 -
YUV 153.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 224 105 220 0 0.53 0.02 0.12 302.02 0.66 0.65
Hex E0 69 DC 0 35 2 C 12E 42 41
Octal 340 151 334 0 65 2 14 456 102 101
Binary 11100000 1101001 11011100 0 110101 10 1100 100101110 1000010 1000001

Color Harmonies of #E069DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069DC

Black with #E069DC

Text Example


Text Example

White with #E069DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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