Html Css Color HEX #E083DB Orchid

📋 copy color: '#E083DB'

red 224 ◦ green 131 ◦ blue 219

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

Shades of Orchid #E083DB

Tints of Orchid #E083DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 39.02%
G = 22.82%
B = 38.15%

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

#E083DB (or 0xE083DB) is known color: Orchid. HEX triplet: E0, 83 and DB. RGB value is (224,131,219). Sum of RGB (Red+Green+Blue) = 224+131+219=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E083DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083DB is #1F7C24. Grayscale: #A8A8A8. Windows color (decimal): -2063397 or 14386144. OLE color: 14386144.

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

Color convert

RGB 224 131 219 -
CMYK 0 0.42 0.02 0.12
HSL 303.23º 0.6% 0.7% -
HSV(B) 303.23º 0.42% 0.88% -
XYZ 51.64 37.19 71.48 -
YUV 168.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 224 131 219 0 0.42 0.02 0.12 303.23 0.6 0.7
Hex E0 83 DB 0 2A 2 C 12F 3C 46
Octal 340 203 333 0 52 2 14 457 74 106
Binary 11100000 10000011 11011011 0 101010 10 1100 100101111 111100 1000110

Color Harmonies of #E083DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083DB

Black with #E083DB

Text Example


Text Example

White with #E083DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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