Html Css Color HEX #E282D7 Orchid

📋 copy color: '#E282D7'

red 226 ◦ green 130 ◦ blue 215

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

Shades of Orchid #E282D7

Tints of Orchid #E282D7

RGB

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

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

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

R = 39.58%
G = 22.77%
B = 37.65%

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

#E282D7 (or 0xE282D7) is known color: Orchid. HEX triplet: E2, 82 and D7. RGB value is (226,130,215). Sum of RGB (Red+Green+Blue) = 226+130+215=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E282D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282D7 is #1D7D28. Grayscale: #A8A8A8. Windows color (decimal): -1932585 or 14123746. OLE color: 14123746.

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

Color convert

RGB 226 130 215 -
CMYK 0 0.42 0.05 0.11
HSL 306.88º 0.62% 0.7% -
HSV(B) 306.88º 0.42% 0.89% -
XYZ 51.61 37.04 68.72 -
YUV 168.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 226 130 215 0 0.42 0.05 0.11 306.88 0.62 0.7
Hex E2 82 D7 0 2A 5 B 133 3E 46
Octal 342 202 327 0 52 5 13 463 76 106
Binary 11100010 10000010 11010111 0 101010 101 1011 100110011 111110 1000110

Color Harmonies of #E282D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E282D7

Black with #E282D7

Text Example


Text Example

White with #E282D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E282D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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