Html Css Color HEX #E46FD7 Orchid

📋 copy color: '#E46FD7'

red 228 ◦ green 111 ◦ blue 215

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

Shades of Orchid #E46FD7

Tints of Orchid #E46FD7

RGB

 RED value IS 228 (89.45% from 255) = 41.16%

 GREEN value IS 111 (43.75% from 255) = 20.04%

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

R = 41.16%
G = 20.04%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E46FD7 (or 0xE46FD7) is known color: Orchid. HEX triplet: E4, 6F and D7. RGB value is (228,111,215). Sum of RGB (Red+Green+Blue) = 228+111+215=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FD7 is #1B9028. Grayscale: #9D9D9D. Windows color (decimal): -1806377 or 14118884. OLE color: 14118884.

HSL color Cylindrical-coordinate representation of color #E46FD7: hue angle of 306.67º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46FD7 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 111 215 -
CMYK 0 0.51 0.06 0.11
HSL 306.67º 0.68% 0.66% -
HSV(B) 306.67º 0.51% 0.89% -
XYZ 49.95 32.77 67.98 -
YUV 157.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 228 111 215 0 0.51 0.06 0.11 306.67 0.68 0.66
Hex E4 6F D7 0 33 6 B 133 44 42
Octal 344 157 327 0 63 6 13 463 104 102
Binary 11100100 1101111 11010111 0 110011 110 1011 100110011 1000100 1000010

Color Harmonies of #E46FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46FD7

Black with #E46FD7

Text Example


Text Example

White with #E46FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46FD7; }

 p { color: rgb(228,111,215); }

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

background-color css

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

 a { background-color: rgb(228,111,215); }

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

border-color css

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

 span { border-color: rgb(228,111,215); }

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