Html Css Color HEX #E083DA Orchid

📋 copy color: '#E083DA'

red 224 ◦ green 131 ◦ blue 218

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

Shades of Orchid #E083DA

Tints of Orchid #E083DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 39.09%
G = 22.86%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E083DA (or 0xE083DA) is known color: Orchid. HEX triplet: E0, 83 and DA. RGB value is (224,131,218). Sum of RGB (Red+Green+Blue) = 224+131+218=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E083DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083DA is #1F7C25. Grayscale: #A8A8A8. Windows color (decimal): -2063398 or 14320608. OLE color: 14320608.

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

Color convert

RGB 224 131 218 -
CMYK 0 0.42 0.03 0.12
HSL 303.87º 0.6% 0.7% -
HSV(B) 303.87º 0.42% 0.88% -
XYZ 51.51 37.14 70.78 -
YUV 168.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 224 131 218 0 0.42 0.03 0.12 303.87 0.6 0.7
Hex E0 83 DA 0 2A 3 C 130 3C 46
Octal 340 203 332 0 52 3 14 460 74 106
Binary 11100000 10000011 11011010 0 101010 11 1100 100110000 111100 1000110

Color Harmonies of #E083DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083DA

Black with #E083DA

Text Example


Text Example

White with #E083DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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