Html Css Color HEX #E083DC Orchid

📋 copy color: '#E083DC'

red 224 ◦ green 131 ◦ blue 220

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

Shades of Orchid #E083DC

Tints of Orchid #E083DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.78%

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

R = 38.96%
G = 22.78%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E083DC (or 0xE083DC) is known color: Orchid. HEX triplet: E0, 83 and DC. RGB value is (224,131,220). Sum of RGB (Red+Green+Blue) = 224+131+220=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E083DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083DC is #1F7C23. Grayscale: #A8A8A8. Windows color (decimal): -2063396 or 14451680. OLE color: 14451680.

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

Color convert

RGB 224 131 220 -
CMYK 0 0.42 0.02 0.12
HSL 302.58º 0.6% 0.7% -
HSV(B) 302.58º 0.42% 0.88% -
XYZ 51.78 37.25 72.17 -
YUV 168.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 224 131 220 0 0.42 0.02 0.12 302.58 0.6 0.7
Hex E0 83 DC 0 2A 2 C 12F 3C 46
Octal 340 203 334 0 52 2 14 457 74 106
Binary 11100000 10000011 11011100 0 101010 10 1100 100101111 111100 1000110

Color Harmonies of #E083DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083DC

Black with #E083DC

Text Example


Text Example

White with #E083DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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