Html Css Color HEX #E282DD Orchid

📋 copy color: '#E282DD'

red 226 ◦ green 130 ◦ blue 221

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

Shades of Orchid #E282DD

Tints of Orchid #E282DD

RGB

 RED value IS 226 (88.67% from 255) = 39.17%

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

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

R = 39.17%
G = 22.53%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E282DD (or 0xE282DD) is known color: Orchid. HEX triplet: E2, 82 and DD. RGB value is (226,130,221). Sum of RGB (Red+Green+Blue) = 226+130+221=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E282DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282DD is #1D7D22. Grayscale: #A8A8A8. Windows color (decimal): -1932579 or 14516962. OLE color: 14516962.

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

Color convert

RGB 226 130 221 -
CMYK 0 0.42 0.02 0.11
HSL 303.13º 0.62% 0.7% -
HSV(B) 303.13º 0.42% 0.89% -
XYZ 52.4 37.35 72.86 -
YUV 169.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 226 130 221 0 0.42 0.02 0.11 303.13 0.62 0.7
Hex E2 82 DD 0 2A 2 B 12F 3E 46
Octal 342 202 335 0 52 2 13 457 76 106
Binary 11100010 10000010 11011101 0 101010 10 1011 100101111 111110 1000110

Color Harmonies of #E282DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E282DD

Black with #E282DD

Text Example


Text Example

White with #E282DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E282DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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