Html Css Color HEX #E280D5 Orchid

📋 copy color: '#E280D5'

red 226 ◦ green 128 ◦ blue 213

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

Shades of Orchid #E280D5

Tints of Orchid #E280D5

RGB

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

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

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

R = 39.86%
G = 22.57%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E280D5 (or 0xE280D5) is known color: Orchid. HEX triplet: E2, 80 and D5. RGB value is (226,128,213). Sum of RGB (Red+Green+Blue) = 226+128+213=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E280D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280D5 is #1D7F2A. Grayscale: #A6A6A6. Windows color (decimal): -1933099 or 13992162. OLE color: 13992162.

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

Color convert

RGB 226 128 213 -
CMYK 0 0.43 0.06 0.11
HSL 307.96º 0.63% 0.69% -
HSV(B) 307.96º 0.43% 0.89% -
XYZ 51.09 36.41 67.29 -
YUV 166.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 226 128 213 0 0.43 0.06 0.11 307.96 0.63 0.69
Hex E2 80 D5 0 2B 6 B 134 3F 45
Octal 342 200 325 0 53 6 13 464 77 105
Binary 11100010 10000000 11010101 0 101011 110 1011 100110100 111111 1000101

Color Harmonies of #E280D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280D5

Black with #E280D5

Text Example


Text Example

White with #E280D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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