Html Css Color HEX #E283D5 Orchid

📋 copy color: '#E283D5'

red 226 ◦ green 131 ◦ blue 213

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

Shades of Orchid #E283D5

Tints of Orchid #E283D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.37%

R = 39.65%
G = 22.98%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E283D5 (or 0xE283D5) is known color: Orchid. HEX triplet: E2, 83 and D5. RGB value is (226,131,213). Sum of RGB (Red+Green+Blue) = 226+131+213=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E283D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283D5 is #1D7C2A. Grayscale: #A8A8A8. Windows color (decimal): -1932331 or 13992930. OLE color: 13992930.

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

Color convert

RGB 226 131 213 -
CMYK 0 0.42 0.06 0.11
HSL 308.21º 0.62% 0.7% -
HSV(B) 308.21º 0.42% 0.89% -
XYZ 51.49 37.21 67.42 -
YUV 168.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 226 131 213 0 0.42 0.06 0.11 308.21 0.62 0.7
Hex E2 83 D5 0 2A 6 B 134 3E 46
Octal 342 203 325 0 52 6 13 464 76 106
Binary 11100010 10000011 11010101 0 101010 110 1011 100110100 111110 1000110

Color Harmonies of #E283D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E283D5

Black with #E283D5

Text Example


Text Example

White with #E283D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E283D5; }

 p { color: rgb(226,131,213); }

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

background-color css

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

 a { background-color: rgb(226,131,213); }

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

border-color css

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

 span { border-color: rgb(226,131,213); }

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