Html Css Color HEX #E282D1 Orchid

📋 copy color: '#E282D1'

red 226 ◦ green 130 ◦ blue 209

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

Shades of Orchid #E282D1

Tints of Orchid #E282D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.99%

R = 40%
G = 23.01%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E282D1 (or 0xE282D1) is known color: Orchid. HEX triplet: E2, 82 and D1. RGB value is (226,130,209). Sum of RGB (Red+Green+Blue) = 226+130+209=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E282D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282D1 is #1D7D2E. Grayscale: #A7A7A7. Windows color (decimal): -1932591 or 13730530. OLE color: 13730530.

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

Color convert

RGB 226 130 209 -
CMYK 0 0.42 0.08 0.11
HSL 310.63º 0.62% 0.7% -
HSV(B) 310.63º 0.42% 0.89% -
XYZ 50.86 36.74 64.73 -
YUV 167.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 226 130 209 0 0.42 0.08 0.11 310.63 0.62 0.7
Hex E2 82 D1 0 2A 8 B 137 3E 46
Octal 342 202 321 0 52 10 13 467 76 106
Binary 11100010 10000010 11010001 0 101010 1000 1011 100110111 111110 1000110

Color Harmonies of #E282D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E282D1

Black with #E282D1

Text Example


Text Example

White with #E282D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E282D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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