Html Css Color HEX #E082DD Orchid

📋 copy color: '#E082DD'

red 224 ◦ green 130 ◦ blue 221

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

Shades of Orchid #E082DD

Tints of Orchid #E082DD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.61%

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 38.96%
G = 22.61%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E082DD (or 0xE082DD) is known color: Orchid. HEX triplet: E0, 82 and DD. RGB value is (224,130,221). Sum of RGB (Red+Green+Blue) = 224+130+221=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E082DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082DD is #1F7D22. Grayscale: #A8A8A8. Windows color (decimal): -2063651 or 14516960. OLE color: 14516960.

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

Color convert

RGB 224 130 221 -
CMYK 0 0.42 0.01 0.12
HSL 301.91º 0.6% 0.69% -
HSV(B) 301.91º 0.42% 0.88% -
XYZ 51.77 37.03 72.83 -
YUV 168.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 224 130 221 0 0.42 0.01 0.12 301.91 0.6 0.69
Hex E0 82 DD 0 2A 1 C 12E 3C 45
Octal 340 202 335 0 52 1 14 456 74 105
Binary 11100000 10000010 11011101 0 101010 1 1100 100101110 111100 1000101

Color Harmonies of #E082DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082DD

Black with #E082DD

Text Example


Text Example

White with #E082DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082DD; }

 p { color: rgb(224,130,221); }

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

background-color css

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

 a { background-color: rgb(224,130,221); }

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

border-color css

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

 span { border-color: rgb(224,130,221); }

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