Html Css Color HEX #E283D7 Orchid

📋 copy color: '#E283D7'

red 226 ◦ green 131 ◦ blue 215

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

Shades of Orchid #E283D7

Tints of Orchid #E283D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.59%

R = 39.51%
G = 22.9%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E283D7 (or 0xE283D7) is known color: Orchid. HEX triplet: E2, 83 and D7. RGB value is (226,131,215). Sum of RGB (Red+Green+Blue) = 226+131+215=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E283D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283D7 is #1D7C28. Grayscale: #A8A8A8. Windows color (decimal): -1932329 or 14124002. OLE color: 14124002.

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

Color convert

RGB 226 131 215 -
CMYK 0 0.42 0.05 0.11
HSL 306.95º 0.62% 0.7% -
HSV(B) 306.95º 0.42% 0.89% -
XYZ 51.75 37.31 68.76 -
YUV 168.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 226 131 215 0 0.42 0.05 0.11 306.95 0.62 0.7
Hex E2 83 D7 0 2A 5 B 133 3E 46
Octal 342 203 327 0 52 5 13 463 76 106
Binary 11100010 10000011 11010111 0 101010 101 1011 100110011 111110 1000110

Color Harmonies of #E283D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E283D7

Black with #E283D7

Text Example


Text Example

White with #E283D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E283D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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