Html Css Color HEX #E280D7 Orchid

📋 copy color: '#E280D7'

red 226 ◦ green 128 ◦ blue 215

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

Shades of Orchid #E280D7

Tints of Orchid #E280D7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.5%

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

R = 39.72%
G = 22.5%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E280D7 (or 0xE280D7) is known color: Orchid. HEX triplet: E2, 80 and D7. RGB value is (226,128,215). Sum of RGB (Red+Green+Blue) = 226+128+215=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E280D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280D7 is #1D7F28. Grayscale: #A6A6A6. Windows color (decimal): -1933097 or 14123234. OLE color: 14123234.

HSL color Cylindrical-coordinate representation of color #E280D7: hue angle of 306.73º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280D7 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 128 215 -
CMYK 0 0.43 0.05 0.11
HSL 306.73º 0.63% 0.69% -
HSV(B) 306.73º 0.43% 0.89% -
XYZ 51.35 36.51 68.63 -
YUV 167.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 226 128 215 0 0.43 0.05 0.11 306.73 0.63 0.69
Hex E2 80 D7 0 2B 5 B 133 3F 45
Octal 342 200 327 0 53 5 13 463 77 105
Binary 11100010 10000000 11010111 0 101011 101 1011 100110011 111111 1000101

Color Harmonies of #E280D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280D7

Black with #E280D7

Text Example


Text Example

White with #E280D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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