Html Css Color HEX #E081DD Orchid

📋 copy color: '#E081DD'

red 224 ◦ green 129 ◦ blue 221

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

Shades of Orchid #E081DD

Tints of Orchid #E081DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.47%

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

R = 39.02%
G = 22.47%
B = 38.5%

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

#E081DD (or 0xE081DD) is known color: Orchid. HEX triplet: E0, 81 and DD. RGB value is (224,129,221). Sum of RGB (Red+Green+Blue) = 224+129+221=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E081DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081DD is #1F7E22. Grayscale: #A7A7A7. Windows color (decimal): -2063907 or 14516704. OLE color: 14516704.

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

Color convert

RGB 224 129 221 -
CMYK 0 0.42 0.01 0.12
HSL 301.89º 0.61% 0.69% -
HSV(B) 301.89º 0.42% 0.88% -
XYZ 51.64 36.77 72.78 -
YUV 167.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 224 129 221 0 0.42 0.01 0.12 301.89 0.61 0.69
Hex E0 81 DD 0 2A 1 C 12E 3D 45
Octal 340 201 335 0 52 1 14 456 75 105
Binary 11100000 10000001 11011101 0 101010 1 1100 100101110 111101 1000101

Color Harmonies of #E081DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081DD

Black with #E081DD

Text Example


Text Example

White with #E081DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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